Changes:
* uses Rust edition 2018
* returns wasm32 errno directly rather than relying on
wasi_common::{host, memory} modules
* wraps extraction of memory and WASI context in a macro
5 lines
71 B
Rust
5 lines
71 B
Rust
mod instantiate;
|
|
mod syscalls;
|
|
|
|
pub use instantiate::instantiate_wasi;
|