Skip to content

ovftank/wasm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

wasm test

Xem Demo

  1. Clone repository
git clone https://github.com/ovftank/wasm-test.git
cd wasm-test
  1. Build
# Trên Linux
GOOS=js GOARCH=wasm go build -o main.wasm

# Trên Windows
set GOOS=js
set GOARCH=wasm
go build -o main.wasm