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

24 lines
592 B
Markdown
Raw Normal View History

2021-02-10 22:55:08 +00:00
# WasmConv
Website that converts strings to and from various encodings. Written in [Go](https://golang.org) using [WebAssembly](https://webassembly.org) and [Vugu](https://vugu.org).
2021-02-10 22:47:40 +00:00
2021-02-10 22:55:08 +00:00
I created this project to learn how WebAssembly is implemented and functions.
Start development server using:
2021-02-10 22:47:40 +00:00
```sh
2021-02-10 22:55:08 +00:00
go run . -dev
```
To build release, install [AdvMake](https://gitea.arsenm.dev/Arsen6331/advmake), then use:
```sh
advmake dist
```
To start the server, enter the `dist` directory and run:
```bash
./server-linux-$(uname -m)
2021-02-10 22:47:40 +00:00
```
Then browse to the running server: http://localhost:8844/