Nia
Nia
system monitor screenshots:  
Sorry for not responding on this for a while. Basically what happens is that go only waits on only the child process, and not the grandchildren processes. These grandchildren processes...
Hmm. For something like this to work on WASM, I think we could work with a more minimal loop on the outside (just passing the switch target through a global)....
So this should work now I think since we now self-exec to run the linker in a separate process.
Yet another iteration of this is included in #2412 (I lost track of how many PRs i had made to try to fix this in the past), which is stable...
I am not quite sure that your heap start and end are set correctly. Could that be why you are having issues?
Can you please add a test of this somewhere?
The garbage collector should work. It gets the pointer size by checking the size of the type of `heapStart`. It should be able to find the globals I think.
At the moment we do not have support for that. Depending on your needs, you could probably use cgo for this, but you will not be able to access stdin...
No. The interrupt is masked, so it will not run immediately. Instead what happens is the wfi finishes when the interrupt is pending, then interrupts are re-enabled, then the interrupt...