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

Cannot disable SIMD #222

Closed
turbolent opened this issue Jun 25, 2024 · 0 comments · Fixed by #224
Closed

Cannot disable SIMD #222

turbolent opened this issue Jun 25, 2024 · 0 comments · Fixed by #224

Comments

@turbolent
Copy link
Contributor

When using SetWasmSIMD(false), instantiating an engine panics:

called `Result::unwrap()` on an `Err` value: cannot disable the simd proposal but enable the relaxed simd proposal

There are no configuration options to disable the relaxed SIMD proposal.

The following configuration options should get exposed to Go:

  • wasmtime_config_wasm_relaxed_simd_set
  • wasmtime_config_wasm_relaxed_simd_deterministic_set
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 a pull request may close this issue.

1 participant