A website written in Go using WebAssembly and Vugu that converts strings to and from various encodings.
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.
Go to file
Elara b666aa9bda Inital Commit 2021-02-10 14:47:40 -08:00
assets Inital Commit 2021-02-10 14:47:40 -08:00
.gitignore Inital Commit 2021-02-10 14:47:40 -08:00
AdvMakefile Inital Commit 2021-02-10 14:47:40 -08:00
LICENSE Inital Commit 2021-02-10 14:47:40 -08:00
README.md Inital Commit 2021-02-10 14:47:40 -08:00
base64.vugu Inital Commit 2021-02-10 14:47:40 -08:00
base91.vugu Inital Commit 2021-02-10 14:47:40 -08:00
generate.go Inital Commit 2021-02-10 14:47:40 -08:00
go.mod Inital Commit 2021-02-10 14:47:40 -08:00
go.sum Inital Commit 2021-02-10 14:47:40 -08:00
hex.vugu Inital Commit 2021-02-10 14:47:40 -08:00
home.vugu Inital Commit 2021-02-10 14:47:40 -08:00
main_wasm.go Inital Commit 2021-02-10 14:47:40 -08:00
root.vugu Inital Commit 2021-02-10 14:47:40 -08:00
server.go Inital Commit 2021-02-10 14:47:40 -08:00
setup.go Inital Commit 2021-02-10 14:47:40 -08:00

README.md

simple

Simple Vugu Example

You can get started with:

go get -u github.com/vugu/vgrun
vgrun -new-from-example=simple myexample
cd myexample
vgrun devserver.go

Then browse to the running server: http://localhost:8844/