1
Fork 0
No description
Find a file
2023-09-13 16:31:10 -05:00
client fix warns 2023-09-13 16:27:43 -05:00
front got keyboard input working by using a static buffer (hack) 2023-09-13 01:49:33 -05:00
pirates removed unused dependencies 2023-09-13 16:31:10 -05:00
.gitignore switch to workspace Cargo.lock 2023-09-13 16:17:17 -05:00
Cargo.lock removed unused dependencies 2023-09-13 16:31:10 -05:00
Cargo.toml added native client 2023-09-13 15:51:06 -05:00
justfile build for both wasm and native 2023-09-13 15:58:59 -05:00
README.md cleanup for publish 2023-09-13 04:22:40 -05:00

Building from source

Arch Linux
$ git clone https://github.com/Speedy6451/simplesailing.git
$ cd simplesailing
# pacman -S --needed wabt minify just binaryen rustup just
$ rustup toolchain add wasm32-unknown-unknown
$ just build