Crates.io | encedeus_js_runtime |
lib.rs | encedeus_js_runtime |
version | 0.1.0-alpha |
source | src |
created_at | 2023-08-15 13:00:47.065016 |
updated_at | 2023-08-15 13:00:47.065016 |
description | Fork of wasmedge-quickjs engine for Encedeus panel. |
homepage | |
repository | https://github.com/Encedeus/wasmedge-quickjs |
max_upload_size | |
id | 944989 |
size | 3,118,099 |
Checkout the documentation
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