wasmx / wasm-chisel

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

WASI imports #199

Open g-r-a-n-t opened 4 years ago

g-r-a-n-t commented 4 years ago

Addresses #178

Added a new import list identified by "wasi", which contains all of the the functions listed in the latest API snapshot.

g-r-a-n-t commented 4 years ago

Should be good!