enjikaka / golang-wasm-docker

Small Docker setup to test the WASM endpoint for Golang before 1.11 release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-wasm-docker

Golang code located in src/ folder. To compile to wasm, run make build and it should output a wasm file in the server folder named test.wasm.

Run make run (install npm install -g http-server before) and you can try the wasm file out at http://localhost:1337

About

Small Docker setup to test the WASM endpoint for Golang before 1.11 release


Languages

Language:JavaScript 90.9%Language:HTML 6.8%Language:Makefile 1.5%Language:Go 0.7%