mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-22 17:02:13 +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) => {{
|
($import:ident, $name:ident) => {{
|
||||||
extern fn _mocked_fn() -> i32 {
|
extern fn _mocked_fn() -> i32 {
|
||||||
debug!("emscripten::{} <mock>", stringify!($name));
|
debug!("emscripten::{} <mock>", stringify!($name));
|
||||||
-1
|
0
|
||||||
}
|
}
|
||||||
$import.set(
|
$import.set(
|
||||||
"env",
|
"env",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user