Inital Commit
This commit is contained in:
19
home.vugu
Normal file
19
home.vugu
Normal 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>
|
||||
Reference in New Issue
Block a user