remove duplicated code, wrap WasmPtr on wasi side

This commit is contained in:
Mark McCaskey
2019-06-11 11:10:42 +02:00
parent 7965ed2746
commit b36783fc50
5 changed files with 72 additions and 110 deletions

View File

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