Hacker News new | ask | show | jobs
by skybrian 2881 days ago
Note: benchmarks are comparing to other wasm interpreters (in Go and Rust), not browser implementations.
1 comments

Yeah this claim:

> is faster than all other WebAssembly implementations tested

is pretty meaningless once you realize this.

I'd be really surprised if this outperformed V8 or SpiderMonkey, but I'd love to be proved wrong.

Looking at the benchmark results, it’s really not very fast. Over 3 seconds for fib(35)??