Apologies for jumping in. I tried compiling my home computer emulator code with -mtail-call to see if it makes a difference, but I have a hard time starting Chrome (or Chrome Dev) into a mode where it accepts the new instructions. On the console I get:
~~~
Uncaught (in promise) RuntimeError: Aborted(CompileError: WebAssembly.instantiate(): Compiling function #221 failed: Invalid opcode 0x12 (enable with --experimental-wasm-return_call) @+126726). Build with -s ASSERTIONS=1 for more info.
~~~
I tried (on Mac):
- enabling "Experiments" in Chrome Dev and then:
- starting the Chrome Dev executable with --experimental-wasm-return_call fom the command line option, no effect
Any ideas (or links) grealy appreciated :)