Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 279 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 279 Bytes

WASM-PLAY

Sandbox repo for me to learn Web Assembly.

Getting Started

This project requires go and uses make to manage scripts.

You can build binaries by running

make build

You ca build binaries and start the server by running

make install