You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
In #44 we use wasmparser to validate the entire module before using it via cranelift-wasm to parse, without validating, the module and functions.
This PR to wasmparser makes it possible to validate the functions at parse time:
https://github.com/yurydelendik/wasmparser.rs/pull/100
Perhaps this change actually belongs upstream in cranelift-wasm, we can figure it out once #44 is merged and we get to it.
The text was updated successfully, but these errors were encountered: