You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
assets | 2 years ago | |
.gitignore | 2 years ago | |
AdvMakefile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
base64.vugu | 2 years ago | |
base91.vugu | 2 years ago | |
generate.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
hex.vugu | 2 years ago | |
home.vugu | 2 years ago | |
main_wasm.go | 2 years ago | |
root.vugu | 2 years ago | |
server.go | 2 years ago | |
setup.go | 2 years ago |
README.md
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/