add wasmptr memory abstraction to emscripten; update wasi array access

This commit is contained in:
Mark McCaskey
2019-06-06 15:45:19 -07:00
parent 4913cfaff4
commit d7ea46bab7
4 changed files with 145 additions and 19 deletions

View File

@ -42,6 +42,7 @@ mod lock;
mod math;
mod memory;
mod process;
mod ptr;
mod signal;
mod storage;
mod syscalls;