Skip to content

semanser/tinygo-wasm-webgl-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinygo-wasm-webgl-demo

This repository contains a modified gowebapi/webapi demo that works with tinygo.

demo.mp4

Prerequisites

  • Install tinygo
  • Install http-server (or any other static web server of your choice). This is required to host the wasm file.

Compilation

$ tinygo build -o=main.wasm -target=wasm -no-debug ./main.go

184K main.wasm

Running

$ http-server .

Resources

About

A basic tinygo-wasm-webgl demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published