An open API service indexing awesome lists of open source software.

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.

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