mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-21 10:30:51 +00:00
* Fix emscripten setup, nginx works * Remove commented-out code * Re-enable nginx integration test
10 lines
161 B
Rust
10 lines
161 B
Rust
#[test]
|
|
fn test_env() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/env.wasm",
|
|
"env",
|
|
vec![],
|
|
"../../emtests/env.out"
|
|
);
|
|
}
|