It would also be great to have a benchmark in there that measures host <-> guest interaction with lots of guest -> host and host -> guest calls.
[1] https://deno.land/manual/getting_started/webassembly
Deno is using the V8 engine, so is the performance expected to differ from Node?
Probably not but there’s one way to find out
I actually started working on a benchmark suite for various runtimes a while ago. I didn't get too far in, maybe you'd like to collaborate?
As wasm grows it would be great to have a comprehensive set of benchmarks to refer to.
Especially also for things that are unique to Webassembly, like reference types, cross calls, module instantiation time, ...
It would also be great to have a benchmark in there that measures host <-> guest interaction with lots of guest -> host and host -> guest calls.
[1] https://deno.land/manual/getting_started/webassembly