Change template README

This commit is contained in:
Arsen Musayelyan 2021-02-10 14:55:08 -08:00
parent b666aa9bda
commit f6b10b8e66
1 changed files with 17 additions and 7 deletions

View File

@ -1,13 +1,23 @@
# simple # WasmConv
Simple Vugu Example 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).
You can get started with: I created this project to learn how WebAssembly is implemented and functions.
Start development server using:
```sh ```sh
go get -u github.com/vugu/vgrun go run . -dev
vgrun -new-from-example=simple myexample ```
cd myexample
vgrun devserver.go 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)
``` ```
Then browse to the running server: http://localhost:8844/ Then browse to the running server: http://localhost:8844/