Skip to content

demergent-labs/wasmedge-quickjs

 
 

Repository files navigation

Run JavaScript in WebAssembly

Checkout the documentation

Quick start

git clone https://github.com/second-state/wasmedge-quickjs
cd wasmedge-quickjs

cargo build --target wasm32-wasi --release

wasmedge --dir .:. target/wasm32-wasi/release/wasmedge_quickjs.wasm example_js/hello.js WasmEdge Runtime
Hello WasmEdge Runtime

About

A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • Rust 19.4%
  • Other 0.2%