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.
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:55:47 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:55:08 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00
2021-02-10 14:47:40 -08:00

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.
Readme 65 KiB
Languages
Go 100%