Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-QuickJS.txt
Notifications You must be signed in to change notification settings

second-state/wasmedge-quickjs

Open more actions menu

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

Usage with custom ssl certs

$  wasmedge --dir .:. --dir /etc/ssl:/etc/ssl:readonly --env SSL_CERT_FILE="/etc/ssl/cert.pem" target/wasm32-wasi/release/wasmedge_quickjs.wasm example_js/wasi_https_fetch.js

substitute the value of /etc/ssl and /etc/ssl/cert.pem with the location of your cert folder and cert file

About

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

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-QuickJS.txt

Stars

Watchers

Forks

Contributors 8

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.