-
Notifications
You must be signed in to change notification settings - Fork 106
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
Make jellyfish wasm compatibility #248
Comments
While doing #318, on my local M1, native benchmark:
targeting wasm:
The caveats is that I'm not using any wasm runtime like |
You sure that you actually run wasm code? If you don't provide any runtime how the wasm code is executed? My guess is that |
yeah, I suspect you are right. so we really need to run inside wasmtime to get an accurate benchmark? @mike1729 |
I believe so. What I did to get perf data that you can then feed to flamegraph was:
Then you can either inspect Note however, that the above method works without |
This issue aims to achieve wasm compatibility:
/dev/random
is no longer available, the usage of PRNG, seed length etc has to be more conservative chosen)The text was updated successfully, but these errors were encountered: