Abram Hindle

Results 2 comments of Abram Hindle

Hey Charlie, if you link in wabt.js (wat2wasm) you can generate wasm on the fly and assemble it, instead of just calling wasm functions. The overhead of popping in an...

That's a really interesting FF article about the performance of wasm. Yeah wasm is pretty close to the JIT'd code in FF. FF does wasm well. Last year when I...