mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 00:21:34 +00:00
Added _gettimeofday to emscripten
This commit is contained in:
@ -140,6 +140,7 @@ pub struct InstanceOptions {
|
||||
}
|
||||
|
||||
extern "C" fn mock_fn() -> i32 {
|
||||
println!("CALLING MOCKED FUNC");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user