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