From 573aa5912cac424ae81e8bb71790463256c62576 Mon Sep 17 00:00:00 2001 From: vortex Date: Mon, 26 Aug 2024 15:49:16 +0200 Subject: [PATCH] adds intro sentence --- hugo-gh/content/tutorials/Golang-WASM-SDK.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo-gh/content/tutorials/Golang-WASM-SDK.md b/hugo-gh/content/tutorials/Golang-WASM-SDK.md index a0feeb8..3aba004 100644 --- a/hugo-gh/content/tutorials/Golang-WASM-SDK.md +++ b/hugo-gh/content/tutorials/Golang-WASM-SDK.md @@ -3,6 +3,9 @@ title = 'sig0namectl Javascript API Examples' date = 2024-06-29T14:17:22+02:00 draft = false +++ + +This section documents the sig0namectl API functions exposed to Javascript via WebAssembly (WASM). + ## Example: newKeyRequest(): new subdomain key request ``` // note: needed in browser console debugging eg. after page reload