Skip to content

Instantly share code, notes, and snippets.

@Israel-Miles
Last active October 25, 2020 23:41
Show Gist options
  • Save Israel-Miles/ddceeb2190dbb7f33b08f1cf9f711f5f to your computer and use it in GitHub Desktop.
Save Israel-Miles/ddceeb2190dbb7f33b08f1cf9f711f5f to your computer and use it in GitHub Desktop.
hello webassembly with go
package main
import "fmt"
func main() {
fmt.Println("Hello, WebAssembly!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment