mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +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