Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiasvlevi/lua-wasm32-wasi
Example of a lua interpretor embedded in a wasm browser environement.
https://github.com/matiasvlevi/lua-wasm32-wasi
lu5 lua wasm wasm32-wasi
Last synced: 15 days ago
JSON representation
Example of a lua interpretor embedded in a wasm browser environement.
- Host: GitHub
- URL: https://github.com/matiasvlevi/lua-wasm32-wasi
- Owner: matiasvlevi
- License: mit
- Created: 2024-10-16T04:52:35.000Z (29 days ago)
- Default Branch: master
- Last Pushed: 2024-10-17T15:17:06.000Z (28 days ago)
- Last Synced: 2024-10-19T22:23:48.791Z (25 days ago)
- Topics: lu5, lua, wasm, wasm32-wasi
- Language: JavaScript
- Homepage: https://matiasvlevi.github.io/lua-wasm32-wasi/test/
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua + wasm32-wasi
Simple example of a lua interpretor embedded in a wasm browser environement.
### Dependencies
Install [wasi-sdk-24](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-24) and set the `WASI_SDK_PATH` variable.
you can do:
```sh
make WASI_SDK_PATH=/my/path/to/wasi-sdk-24
```or directly change it in the makefile.
### Build
```sh
make
```