1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-24 12:00:49 +00:00

11 lines
235 B
Rust

#[test]
#[ignore]
fn test_test_emscripten_api() {
assert_emscripten_output!(
"../../emtests/test_emscripten_api.wasm",
"test_emscripten_api",
vec![],
"../../emtests/test_emscripten_api.out"
);
}