mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +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:
|
||||
|
||||
```bash
|
||||
$ go run main.go
|
||||
$ go run server.go
|
||||
Serving ./html on http://localhost:8080
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user