Get Wasi working
This commit is contained in:
parent
b84948711c
commit
17d15b2f08
9 changed files with 597 additions and 21 deletions
|
@ -11,3 +11,6 @@ pub use lua::*;
|
|||
|
||||
pub mod wasm;
|
||||
pub use wasm::*;
|
||||
|
||||
pub mod wasi;
|
||||
pub use wasi::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue