mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 23:32:04 +00:00
Isolated emscripten in new lib
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#[test]
|
||||
fn test_test_relocatable_void_function() {
|
||||
assert_emscripten_output!(
|
||||
"../../emtests/test_relocatable_void_function.wasm",
|
||||
"test_relocatable_void_function",
|
||||
vec![],
|
||||
"../../emtests/test_relocatable_void_function.out"
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user