bytecodealliance / wasmtime-go

Go WebAssembly runtime powered by Wasmtime
https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go
Apache License 2.0
790 stars 79 forks source link

Cannot disable SIMD #222

Closed turbolent closed 4 months ago

turbolent commented 4 months ago

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: