Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 477 Bytes

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