bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.82k stars 1.24k forks source link

Disable `AutoAssertNoGc` when `gc` is disabled #8780

Closed alexcrichton closed 3 weeks ago

alexcrichton commented 3 weeks ago

Statically avoids various assertions/checks when this feature is disabled.