From f6b10b8e665ad6b407143792a007ab63ef3622f2 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Wed, 10 Feb 2021 14:55:08 -0800 Subject: [PATCH] Change template README --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f9c6718..46729af 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -# simple -Simple Vugu Example +# 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). -You can get started with: +I created this project to learn how WebAssembly is implemented and functions. + +Start development server using: ```sh -go get -u github.com/vugu/vgrun -vgrun -new-from-example=simple myexample -cd myexample -vgrun devserver.go +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) ``` Then browse to the running server: http://localhost:8844/