mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Make happy path
This commit is contained in:
parent
ab740aa37c
commit
28c5afabfa
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user