bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

Added Relaxed SIMD #256

Closed martindevans closed 1 year ago

martindevans commented 1 year ago

Added a new config method WithRelaxedSIMD(bool enable, bool deterministic) which enables relaxed SIMD (introduced in https://github.com/bytecodealliance/wasmtime/pull/5892, exposed to c-api in https://github.com/bytecodealliance/wasmtime/pull/6292)

peterhuene commented 1 year ago

Thanks for implementing this!