wasmer/src/emtests/printf.rs

5 lines
135 B
Rust
Raw Normal View History

2018-12-10 17:06:55 -08:00
#[test]
fn test_printf() {
assert_emscripten_output!("../../emtests/printf.wasm", "printf", vec![], "../../emtests/printf.out");
2018-12-10 17:06:55 -08:00
}