weirenxue / go-wasm-todo

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

Home Page:https://weirenxue.github.io/go-wasm-todo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://weirenxue.github.io/go-wasm-todo/


Languages

Language:JavaScript 62.8%Language:Go 33.8%Language:HTML 2.5%Language:Makefile 0.7%Language:CSS 0.2%