2019-02-09 01:47:51 +00:00
|
|
|
# `lua` integration test
|
|
|
|
|
|
|
|
|
2019-02-20 00:01:44 +00:00
|
|
|
This starts Wasmer with the Lua Wasm file. The test makes assertions on
|
|
|
|
the output of Wasmer. Run test with:
|
2019-02-09 01:47:51 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
> ./integration_tests/lua/test.sh
|
|
|
|
```
|