/quickjs-wasi

QuickJS for WASI

Primary LanguageCOtherNOASSERTION

Build dependencies:

Compilation

# build qjs.wasm
./build_wasi.sh

Run with WasmEdge(0.8.2-rc4+)

#eval
wasmedge --dir=.:. qjs.wasm -e "print('hello')"

#repl
wasmedge --dir=.:. qjs.wasm

Acknowledgment

This project is form from bellard/quickjs

reference project

dip-proto/quickjs-wasi