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