1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Update command for starting the local webserver

This commit is contained in:
Justin Clift 2019-11-13 01:59:32 +11:00 committed by Johan Brandhorst
parent 99f4e0a7f0
commit 8ff3411233

View File

@ -10,7 +10,7 @@ Requires `go` >= 1.13.0.
## Basic instructions
Choose your target from the experiments. Compile with `make <target>` and serve
with `make serve`. This starts a local web server which serves the `./html`
with `go run main.go`. This starts a local web server which serves the `./html`
directory. It ensures `.wasm` files are served with their appropriate
content-type.