mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 04:19:04 +00:00
Update examples/wasm README.md
Modify instructions for running the wasm example HTTP server to `go run server.go`
This commit is contained in:
@@ -34,7 +34,7 @@ $ make main
|
|||||||
Start the local web server:
|
Start the local web server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go run main.go
|
$ go run server.go
|
||||||
Serving ./html on http://localhost:8080
|
Serving ./html on http://localhost:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user