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