Releases: second-state/wasmedge-quickjs
WasmEdge QuickJS Runtime 0.6.1-alpha
You must install WasmEdge first. See how to run JavaScript apps here.
Both binary files in this release are cross-platform WebAssembly bytecode files. But they are optimized for Linux x86_64 with pre-AOT-compiled binaries. If you want to optimize them for a different OS / CPU, you could AOT compile them with wasmedgec
on the target platform first.
wasmedge_quickjs.wasm
is the standard JavaScript runtime.modules.zip
is the node api extensions.
WasmEdge QuickJS Runtime 0.5.0-alpha
You must install WasmEdge first. See how to run JavaScript apps here.
Both binary files in this release are cross-platform WebAssembly bytecode files. But they are optimized for Linux x86_64 with pre-AOT-compiled binaries. If you want to optimize them for a different OS / CPU, you could AOT compile them with wasmedgec
on the target platform first.
wasmedge_quickjs.wasm
is the standard JavaScript runtime.wasmedge_quickjs_nn.wasm
contains the WasmEdge Wasi-nn API extensions.modules.zip
is the node api extensions.
WasmEdge QuickJS Runtime 0.4.0-alpha
You must install WasmEdge first. See how to run JavaScript apps here.
Both binary files in this release are cross-platform WebAssembly bytecode files. But they are optimized for Linux x86_64 with pre-AOT-compiled binaries. If you want to optimize them for a different OS / CPU, you could AOT compile them with wasmedgec
on the target platform first.
wasmedge_quickjs.wasm
is the standard JavaScript runtime.wasmedge_quickjs_tf.wasm
contains the WasmEdge tensorflow API extensions.