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
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
PR #18 implemented performance benchmarking on the basic Wasmtime demo. We'd like to expand these benchmarks to give a better idea of performance inside the Wasmtime VM.
Specifically, we'd like to make the native Rust number addition test have random inputs, and better replicate that test inside the Wasmtime VM without needing to cross the VM threshold to invoke function calls.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PR #18 implemented performance benchmarking on the basic Wasmtime demo. We'd like to expand these benchmarks to give a better idea of performance inside the Wasmtime VM.
Specifically, we'd like to make the native Rust number addition test have random inputs, and better replicate that test inside the Wasmtime VM without needing to cross the VM threshold to invoke function calls.
The text was updated successfully, but these errors were encountered: