Hacker News new | ask | show | jobs
by shurcooL 3477 days ago
Very interesting, can you tell us more how GopherJS is being used by Browsix?
1 comments

Yes! GopherJS has been amazing to work with.

The majority of our changes (https://github.com/bpowers/browsix-gopherjs) amount to an alternative implementation of the compiler/natives/syscall package (we started before GopherJS had its own filesystem implementation). This lets us use the stack saving + resuming support GopherJS already has to implement blocking system calls.