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:
9
hello/main.go
Normal file
9
hello/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build js,wasm
|
||||
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello World")
|
||||
}
|
||||
Reference in New Issue
Block a user