wasmcloud/tmpl/index.html

12 lines
416 B
HTML

{{ define "title" }}
<title>wasmcloud</title>
{{ end }}
{{ define "content" }}
<h1>wasmcloud</h1>
<p>wasmcloud is a service that lets you run and manage functions as a service written in WebAssembly targeting the CommonWA API. This is powered by <a href="https://github.com/Xe/olin">olin</a>.</p>
<p>Please mind the gaps while this is in early alpha and testing. More information will be here soon.</p>
{{ end }}