Skip to content

Instantly share code, notes, and snippets.

View PiterWeb's full-sized avatar
🤔
Cavilando

PiterDev PiterWeb

🤔
Cavilando
View GitHub Profile
@PiterWeb
PiterWeb / index.html
Created February 16, 2024 13:03
Go WASM Signal Encode/Decode
<!DOCTYPE html>
<html lang="en">
<head>
...
<script src="./wasm_exec.js"></script>
<script defer>
if (WebAssembly) {
// WebAssembly.instantiateStreaming is not currently available in Safari
if (WebAssembly && !WebAssembly.instantiateStreaming) {
// polyfill