You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex Crichton 83029e3fb0
Add `rust-version.workspace = true` to all crates (#9112)
3 months ago
..
src Update dependencies (#6904) 1 year ago
Cargo.toml Add `rust-version.workspace = true` to all crates (#9112) 3 months ago
README.md prepare adapter directory layout for upstreaming (#172) 2 years ago

README.md

verify-component-adapter

The wasi-preview1-component-adapter crate must compile to a wasm binary that meets a challenging set of constraints, in order to be used as an adapter by the wasm-tools component new tool.

There are a limited set of wasm sections allowed in the binary, and a limited set of wasm modules we allow imports from.

This crate is a bin target which parses a wasm file and reports an error if it does not fit in those constraints.