wasmer run desttinghim/wired
Wired
A puzzle platformer with wires.
Controls
Left/Right: Move left and right Up/Down: Look at items above and below X: Jump Z: Select
Dependencies
zig
to compile the codewasm-opt
to optimize the generated wasm file for release. It is a part ofbinaryen
wasm4
to run the generated cart
Building
git clone --recursive
zig build # makes a debug build
w4 run zig-out/lib/cart.wasm
zig build opt -Drelease-small # optimize cart size for release