Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Upgrade lucetc to use wasmparser's function validation #135

Closed
pchickey opened this issue Apr 18, 2019 · 0 comments
Closed

Upgrade lucetc to use wasmparser's function validation #135

pchickey opened this issue Apr 18, 2019 · 0 comments

Comments

@pchickey
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant