bytecodealliance / wasmtime

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

Switch some asserts to debug asserts #8779

Closed alexcrichton closed 3 weeks ago

alexcrichton commented 3 weeks ago

These are on the critical path of calling from wasm to the host and while minor helps clean up the path.