592 B
592 B
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/