You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It feels (I've not measured it) too slow compared with native emscripten. Have you considered pushing it as a (real world) wasm platform (and emscripten) benchmark? I believe that a detailed performance analysis will show very interesting data for wasm compilers and wasm-based platforms (file system simulation, etc.).
The text was updated successfully, but these errors were encountered:
I think there are tons of system API calls that are causing the slowness. These system calls require the intervention of the js runtime. Maybe WASI is a good idea?
IO bottlenecks, multithreading, and memory allocators are also important to consider.
First of all, congrats for this awesome project!
It feels (I've not measured it) too slow compared with native emscripten. Have you considered pushing it as a (real world) wasm platform (and emscripten) benchmark? I believe that a detailed performance analysis will show very interesting data for wasm compilers and wasm-based platforms (file system simulation, etc.).
The text was updated successfully, but these errors were encountered: