gocrypto
Version:
Cryption library based on Go-WebAssembly
14 lines (13 loc) • 364 B
HTML
<html>
<head>
<meta charset="utf-8"/>
<script src="./example.js"></script>
</head>
<body>
<h1>DMSGoPGP WASM Playground...</h1>
<button type="text" id="Init Wasm" onclick="initWasm()">Init Wasm</button>
<div>
Wasm Env Init Status : <span name="initStatus">Uninitialized</span><br>
</div>
</body>
</html>