Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm platform benchmark #1

Open
jfmc opened this issue Nov 6, 2021 · 3 comments
Open

wasm platform benchmark #1

jfmc opened this issue Nov 6, 2021 · 3 comments

Comments

@jfmc
Copy link

jfmc commented Nov 6, 2021

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.).

@NovaAndrom3da
Copy link

Yeah... It seems to be taking a while to load and then compile...

@alienself
Copy link

Having the same issue, what is causing this slow down compared to native?

@windowsair
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants