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

Integrate Wasmtime's Pulley interpreter #21

Merged
merged 6 commits into from
Jan 21, 2025

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Jan 21, 2025

Wasm Coremark Scores using cargo run --profile bench:

{
  "wasmtime.cranelift": 12723,
  "wasmer.cranelift": 12802,
  "wasmer.singlepass": 12756,
  "stitch": 3059,
  "wasm3.eager": 2933,
  "wasm3.lazy": 2894,
  "wasmi-new.lazy.checked": 2040,
  "wasmi-new.eager.checked": 2039,
  "wasmtime.pulley": 932,
  "wasmi-old": 895,
  "tinywasm": 528,
}

@Robbepop Robbepop merged commit d045a88 into main Jan 21, 2025
7 checks passed
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

Successfully merging this pull request may close these issues.

1 participant