https://github.com/rsdoiel/helloworld-go
Notes for checking out WASM support in Go via Go's compiler and TinyGo.
https://github.com/rsdoiel/helloworld-go
Last synced: 8 months ago
JSON representation
Notes for checking out WASM support in Go via Go's compiler and TinyGo.
- Host: GitHub
- URL: https://github.com/rsdoiel/helloworld-go
- Owner: rsdoiel
- License: bsd-3-clause
- Created: 2019-08-26T22:21:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-27T00:16:46.000Z (over 5 years ago)
- Last Synced: 2025-02-16T07:13:21.738Z (10 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helloworld-go
This is a demo of generating web assembly with Go and [Tiny Go](https://tinygo.org/ "Tiny Go compiler") producing a Hello World func in [WASM](https://developer.mozilla.org/en-US/docs/WebAssembly "Web Assembly") for use in JavaScript run times.
The Go version uses Makefile, the TinyGo version uses makefile.TinyGo