* Make more code work with no_std. no_std support is still incomplete, but this patch takes care of the bulk of the straightforward parts.
7 lines
92 B
Rust
7 lines
92 B
Rust
extern crate alloc;
|
|
|
|
mod instantiate;
|
|
mod syscalls;
|
|
|
|
pub use instantiate::instantiate_wasi;
|