mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-30 23:02:06 +00:00
Isolated emscripten in new lib
This commit is contained in:
10
lib/emscripten/tests/emtests/test_emscripten_api.rs
Normal file
10
lib/emscripten/tests/emtests/test_emscripten_api.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_test_emscripten_api() {
|
||||
assert_emscripten_output!(
|
||||
"../../emtests/test_emscripten_api.wasm",
|
||||
"test_emscripten_api",
|
||||
vec![],
|
||||
"../../emtests/test_emscripten_api.out"
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user