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.
WasmConv/home.vugu

19 lines
452 B
Plaintext

<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>