Last active
October 25, 2020 23:41
-
-
Save Israel-Miles/ddceeb2190dbb7f33b08f1cf9f711f5f to your computer and use it in GitHub Desktop.
hello webassembly with go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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