bytecodealliance / wasmtime-dotnet

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

Fix failing tests after the changes in bytecodealliance/wasmtime#7285 #280

Closed kpreisser closed 10 months ago

kpreisser commented 10 months ago

Fix failing tests after the changes in bytecodealliance/wasmtime#7285.

Since that change, threads, multi-memory, and relaxed-simd are enabled by default. E.g. disabling bulk-memory also requires disabling threads, and disabling simd also requires disabling relaxed-simd.

peterhuene commented 10 months ago

@kpreisser thanks for fixing this!