Fix emscripten environment (#172)

Dynamically determine abortOnCannotGrowMemory and add
_emscripten_get_heap_size and _emscripten_resize_heap
This commit is contained in:
David McNeil
2019-02-10 15:24:04 -07:00
parent cb29261ec7
commit a9b1c6c85e
205 changed files with 67 additions and 4 deletions

View File

@ -35,6 +35,8 @@ use self::error::CompileResult;
#[doc(inline)]
pub use self::error::Result;
#[doc(inline)]
pub use self::import::IsExport;
#[doc(inline)]
pub use self::instance::Instance;
#[doc(inline)]
pub use self::module::Module;