mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
11 lines
199 B
Rust
11 lines
199 B
Rust
#[test]
|
|
#[ignore]
|
|
fn test_fs_exports() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/FS_exports.wasm",
|
|
"fs_exports",
|
|
vec![],
|
|
"../../emtests/FS_exports.txt"
|
|
);
|
|
}
|