https://github.com/saghul/wasi-lab
Some WASI experiments 🧪☣️☠️
https://github.com/saghul/wasi-lab
duktape javascript quickjs wasi wasm
Last synced: 7 months ago
JSON representation
Some WASI experiments 🧪☣️☠️
- Host: GitHub
- URL: https://github.com/saghul/wasi-lab
- Owner: saghul
- Created: 2019-07-12T21:20:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T05:48:26.000Z (over 4 years ago)
- Last Synced: 2025-02-27T07:13:20.501Z (8 months ago)
- Topics: duktape, javascript, quickjs, wasi, wasm
- Language: C
- Size: 2.09 MB
- Stars: 119
- Watchers: 8
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# saghul's WASI lab
Just some [WASI](https://wasi.dev/) experiments.
## Experiments
### [wasiduk](wasiduk/README.md)
[Duktape](https://duktape.org) JavaScript engine running on WASI.
Status: Runs! Crashes on uncaught excaptions (bug or feature?). Minimal repl.
### [qjs-wasi](qjs-wasi/README.md)
[QuickJS](https://bellard.org/quickjs/) JavaScript engine running on WASI.
Status. Runs!
## License
All embedded projects retain their respective changes. Changes made to them and the build files in this repository are licensed under the Apache 2 license.