wasm

command
v0.0.0-...-1b5cee2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Rendered for js/wasm

Overview

your front-end html should look like this: ```html <html> <head>

<meta charset="utf-8"/>
<script src="wasm_exec.js"></script>
<script>
	const go = new Go();
	WebAssembly.instantiateStreaming(fetch("wallet.wasm"), go.importObject).then((result) => {
		go.run(result.instance);
	});
</script>

</head> <body></body> </html> ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL