wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
55 stars 11 forks source link

Export module_from_slice() and Module::to_vec/from_slice() helpers #150

Closed axic closed 5 years ago

axic commented 5 years ago

Merged this because using it in sentinel-rs. This will be changed in subsequent PRs to actually return errors properly.