Hacker News new | ask | show | jobs
by schoen 425 days ago
How does the efficiency of the WASM version compare to running the same algorithm as native code?
1 comments

Comparing the performance of WASM Go version v.s. native Go command line version, the native code is faster. There should be certain overhead using WASM I guess.