Skip to content

weirenxue/go-wasm-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang WebAssembly TODO Web Application

This is a project to explore the Golang Web Assembly by building a TODO application.

How to build?

  1. Install Golang version 1.19 or higher.

  2. Use make command

    $ make build
    rm -rf ./build
    mkdir ./build
    GOARCH=wasm GOOS=js go build -o ./build/main.wasm
    cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./build/
  3. The index.html is the home page.


You can find more details in the Blog

About

This is a project to explore the Golang Web Assembly by building a TODO application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published