An open API service indexing awesome lists of open source software.

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 🧪☣️☠️

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.