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

Remove gRPC example, add some simpler examples

This commit is contained in:
Johan Brandhorst
2018-08-11 20:55:13 +01:00
parent 1bb4e7fb1e
commit 0d5389317f
662 changed files with 942 additions and 368637 deletions

9
hello/main.go Normal file
View File

@@ -0,0 +1,9 @@
// +build js,wasm
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}