Skip to content

second-state/quickjs-wasi

 
 

Repository files navigation

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

Languages

  • C 91.6%
  • JavaScript 6.6%
  • Rust 1.3%
  • Other 0.5%