#directory #wasm-edge #run-time

encedeus_js_runtime

Fork of wasmedge-quickjs engine for Encedeus panel

1 unstable release

0.1.0-alpha Aug 15, 2023

#1202 in Filesystem

MIT/Apache

3MB
46K SLoC

JavaScript 36K SLoC // 0.2% comments Rust 11K SLoC // 0.0% comments

Contains (static library, 1MB) lib/libquickjs.a

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

Dependencies

~3.5–7.5MB
~120K SLoC