Added _gettimeofday to emscripten

This commit is contained in:
Syrus Akbary
2018-11-26 12:02:29 -08:00
parent 444d85f9c9
commit cb7c7fd475
2 changed files with 8 additions and 1 deletions

View File

@ -140,6 +140,7 @@ pub struct InstanceOptions {
}
extern "C" fn mock_fn() -> i32 {
println!("CALLING MOCKED FUNC");
return 0;
}