A website written in Go using WebAssembly and Vugu that converts strings to and from various encodings.
assets | ||
.gitignore | ||
AdvMakefile | ||
base64.vugu | ||
base91.vugu | ||
generate.go | ||
go.mod | ||
go.sum | ||
hex.vugu | ||
home.vugu | ||
LICENSE | ||
main_wasm.go | ||
README.md | ||
root.vugu | ||
server.go | ||
setup.go |
WasmConv
Website that converts strings to and from various encodings. Written in Go using WebAssembly and Vugu.
I created this project to learn how WebAssembly is implemented and functions.
Start development server using:
go run . -dev
To build release, install AdvMake, then use:
advmake dist
To start the server, enter the dist
directory and run:
./server-linux-$(uname -m)
Then browse to the running server: http://localhost:8844/