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/README.md

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/