bnjbvr's comments

bnjbvr | 7 years ago | on: Calls between JavaScript and WebAssembly are finally fast

Good find! At the moment it is very very experimental and you might experience crashes and slowdowns if you're using it in place of the regular flags (that is why it is enabled only on Nightly builds and will not be enabled on Beta/Release for a while). We'll make sure to talk about it when the right time has come.

bnjbvr | 7 years ago | on: Making calls to WebAssembly fast and implementing anyref

We've had optimizations to make wasm -> JS calls fast for a long time, and they became even slightly faster (around 10 or 15%) last year. There is a proposal to add DOM integration within wasm, so one could import DOM functions in wasm and call them directly (from wasm to C++, without a "trampoline" in JS).
page 1