add go wasm js

This commit is contained in:
2020-05-30 17:39:28 +08:00
parent da918ad5fd
commit aef45e652e
4 changed files with 547 additions and 0 deletions

7
deno_run_wasm/go/add.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello deno")
}