encedeus_js_runtime

Crates.ioencedeus_js_runtime
lib.rsencedeus_js_runtime
version0.1.0-alpha
sourcesrc
created_at2023-08-15 13:00:47.065016
updated_at2023-08-15 13:00:47.065016
descriptionFork of wasmedge-quickjs engine for Encedeus panel.
homepage
repositoryhttps://github.com/Encedeus/wasmedge-quickjs
max_upload_size
id944989
size3,118,099
OptimusePrime (OptimusePrime)

documentation

README

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
Commit count: 344

cargo fmt