Y
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
jay_gridbach
425 days ago
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.
link