mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-13 05:48:45 +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