Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Wasm3 packages for OpenWrt
Makefile
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
wasm3/wasm3 Initial commit Dec 30, 2019
LICENSE Initial commit Dec 30, 2019
README.md Update README.md Dec 30, 2019

README.md

Wasm3 packages for OpenWrt

wasm3 is the fastest WebAssembly interpreter.

Build from source

echo "src-git wasm3 git://github.com/wasm3/wasm3-openwrt-packages.git" >> ./feeds.conf
./scripts/feeds update -a
./scripts/feeds install -p wasm3 -a
make menuconfig

Select Languages -> WebAssembly -> wasm3

make -j8

Build just wasm3

make package/wasm3/compile V=s

Rebuild wasm3

make package/wasm3/{clean,compile,install} V=s

Install on device

scp ./bin/packages/<your_arch>/wasm3/wasm3_*.ipk root@DEVICE:/tmp
# Then on device:
opkg install /tmp/wasm3_*.ipk
You can’t perform that action at this time.