More debugging

This commit is contained in:
Steve Akinyemi
2018-12-07 04:08:17 +01:00
parent 03cff50a40
commit 485da4c701
4 changed files with 25 additions and 9 deletions

View File

@ -19,7 +19,7 @@ mod utils;
mod varargs;
pub use self::storage::{align_memory, static_alloc};
pub use self::utils::{is_emscripten_module, copy_cstr_array_into_wasm};
pub use self::utils::{is_emscripten_module, copy_cstr_array_into_wasm_stack};
// TODO: Magic number - how is this calculated?
const TOTAL_STACK: u32 = 5242880;