Get NativeFunc passing basic tests

This commit is contained in:
Mark McCaskey
2020-06-08 12:53:00 -07:00
parent 2666a697ac
commit b46ea5b9cb
8 changed files with 356 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
mod function;
pub(crate) mod function;
mod global;
mod memory;
mod table;