Revert new wasm allocator (#1502)

* Revert "Better allocator for wasm (#1460)"

This reverts commit 1ccb590d18.

* Update wasm files
This commit is contained in:
Bastian Köcher
2019-01-21 12:52:44 +01:00
committed by GitHub
parent 3857d8aa49
commit aad569a1e6
8 changed files with 38 additions and 400 deletions
-1
View File
@@ -63,7 +63,6 @@ mod wasm_executor;
#[macro_use]
mod native_executor;
mod sandbox;
mod heap;
pub mod error;
pub use wasm_executor::WasmExecutor;