mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
10 lines
171 B
Markdown
10 lines
171 B
Markdown
|
# `lua` integration test
|
||
|
|
||
|
|
||
|
This starts wasmer with the lua wasm file. The test asserts on
|
||
|
the output of wasmer. Run test with:
|
||
|
|
||
|
```
|
||
|
> ./integration_tests/lua/test.sh
|
||
|
```
|