Inital Commit

This commit is contained in:
2021-02-10 14:47:40 -08:00
commit b666aa9bda
17 changed files with 591 additions and 0 deletions

19
home.vugu Normal file
View File

@@ -0,0 +1,19 @@
<div class="container has-text-centered">
<p class="title">
WasmConv
</p>
<p class="subtitle is-marginless">
This website uses WebAssembly to convert to and from various encodings.
</p>
<p class="subtitle is-marginless">
I wrote this to learn how WebAssembly is implemented and how it functions.
</p>
</div>
<script type="application/x-go">
import (
"runtime"
"time"
)
</script>