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.
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/
Description
A website written in Go using WebAssembly and Vugu that converts strings to and from various encodings.
Languages
Go
100%