mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
10 lines
179 B
Markdown
10 lines
179 B
Markdown
# `lua` integration test
|
|
|
|
|
|
This starts Wasmer with the Lua Wasm file. The test makes assertions on
|
|
the output of Wasmer. Run test with:
|
|
|
|
```
|
|
> ./integration_tests/lua/test.sh
|
|
```
|