Make happy path

This commit is contained in:
Syrus Akbary 2018-11-26 13:42:44 -08:00
parent ab740aa37c
commit 28c5afabfa

View File

@ -59,7 +59,7 @@ macro_rules! mock_external {
($import:ident, $name:ident) => {{
extern fn _mocked_fn() -> i32 {
debug!("emscripten::{} <mock>", stringify!($name));
-1
0
}
$import.set(
"env",