A website written in Go using WebAssembly and Vugu that converts strings to and from various encodings.
This repository has been archived on 2021-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Arsen Musayelyan f6b10b8e66 Change template README 2021-02-10 14:55:08 -08:00
assets Inital Commit 2021-02-10 14:47:40 -08:00
.gitignore Inital Commit 2021-02-10 14:47:40 -08:00
AdvMakefile Inital Commit 2021-02-10 14:47:40 -08:00
LICENSE Inital Commit 2021-02-10 14:47:40 -08:00
README.md Change template README 2021-02-10 14:55:08 -08:00
base64.vugu Inital Commit 2021-02-10 14:47:40 -08:00
base91.vugu Inital Commit 2021-02-10 14:47:40 -08:00
generate.go Inital Commit 2021-02-10 14:47:40 -08:00
go.mod Inital Commit 2021-02-10 14:47:40 -08:00
go.sum Inital Commit 2021-02-10 14:47:40 -08:00
hex.vugu Inital Commit 2021-02-10 14:47:40 -08:00
home.vugu Inital Commit 2021-02-10 14:47:40 -08:00
main_wasm.go Inital Commit 2021-02-10 14:47:40 -08:00
root.vugu Inital Commit 2021-02-10 14:47:40 -08:00
server.go Inital Commit 2021-02-10 14:47:40 -08:00
setup.go Inital Commit 2021-02-10 14:47:40 -08:00

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/