mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-14 05:06:07 +00:00
10 lines
209 B
Rust
10 lines
209 B
Rust
|
#[test]
|
||
|
fn test_printf() {
|
||
|
assert_emscripten_output!(
|
||
|
"../emscripten_resources/emtests/printf.wasm",
|
||
|
"printf",
|
||
|
vec![],
|
||
|
"../emscripten_resources/emtests/printf.out"
|
||
|
);
|
||
|
}
|