Closed turbolent closed 4 months ago
When using SetWasmSIMD(false), instantiating an engine panics:
SetWasmSIMD(false)
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
When using
SetWasmSIMD(false)
, instantiating an engine panics: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