{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifax5q7zncna6rw4kw24zq63fsufu7yrz37pyobkbpesdd5hddme4",
    "uri": "at://did:plc:hqad6xwuzg7oqfmwylfkvqfm/app.bsky.feed.post/3mox6dqfoki62"
  },
  "path": "/viewtopic.php?t=33550&p=275876#p275876",
  "publishedAt": "2026-06-23T09:38:57.000Z",
  "site": "http://forum.palemoon.org",
  "tags": [
    "@name",
    "@namespace",
    "@include",
    "@version",
    "@grant",
    "@run-at"
  ],
  "textContent": "This is what I used.\n\n\nCODE:\n\n\n    // ==UserScript==// @name Zig instantiateStreaming// @namespace adoxa// @include https://ziglang.org/documentation/*// @version 1// @grant none// @run-at document-start// ==/UserScript==(function () { window.WebAssembly.instantiateStreaming = function(promise, imports) { return promise .then(response => response.arrayBuffer()) .then(bytes => WebAssembly.instantiate(bytes, imports)); }})()\n\nThe example in the issue (lesswrong) doesn't seem to use it (any more?); not sure where the other reported site (app.cinny.in) needs it, login shows up.\n\n* * *",
  "title": "Basilisk • Re: ZIG (e.g.) documentation page not rendered",
  "updatedAt": "2026-06-23T09:38:57.000Z"
}