|
20 | 20 | /> |
21 | 21 |
|
22 | 22 | <base href="./" /> |
23 | | - <style nonce="gOx6d/JwPDJYKhVhXM4a7w==">@font-face { |
| 23 | + <style>@font-face { |
24 | 24 | font-family: "Pixeloid Sans"; |
25 | 25 | src: |
26 | 26 | local("Pixeloid Sans"), |
|
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
189 | | -<script type="module" nonce="O2R04/5RhAVfIXuDYT0jpw=="> |
190 | | -async function __trunkInitializer(init, source, sourceSize, initializer) { |
| 189 | +<script type="module"> |
| 190 | +async function __trunkInitializer(init, source, sourceSize, initializer, initWithObject) { |
191 | 191 | if (initializer === undefined) { |
192 | | - return await init(source); |
| 192 | + return await init(initWithObject ? { module_or_path: source } : source); |
193 | 193 | } |
194 | 194 |
|
195 | | - return await __trunkInitWithProgress(init, source, sourceSize, initializer); |
196 | | -} |
197 | | - |
198 | | -async function __trunkInitWithProgress(init, source, sourceSize, initializer) { |
199 | | - |
200 | 195 | const { |
201 | 196 | onStart, onProgress, onComplete, onSuccess, onFailure |
202 | 197 | } = initializer; |
|
244 | 239 | new Response(stream, init), |
245 | 240 | ); |
246 | 241 |
|
247 | | - return init(response) |
| 242 | + return init(initWithObject ? { module_or_path: response } : response) |
248 | 243 | .then((value) => { |
249 | 244 | onComplete?.(); |
250 | 245 | onSuccess?.(value); |
|
257 | 252 | } |
258 | 253 |
|
259 | 254 |
|
260 | | -import init, * as bindings from './tetanes-4b562d32961c37db.js'; |
| 255 | +import init, * as bindings from './tetanes-7b0e45c2cfce910d.js'; |
261 | 256 | import initializer from './804ea45b79221f1b-initializer.js'; |
262 | 257 |
|
263 | | -const wasm = await __trunkInitializer(init, './tetanes-4b562d32961c37db_bg.wasm', 10917831, initializer()); |
| 258 | +const wasm = await __trunkInitializer(init, './tetanes-7b0e45c2cfce910d_bg.wasm', 12026530, initializer(), true); |
264 | 259 |
|
265 | 260 |
|
266 | 261 | window.wasmBindings = bindings; |
|
269 | 264 | dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}})); |
270 | 265 |
|
271 | 266 | </script> |
272 | | - |
273 | | -<link rel="modulepreload" href="./tetanes-4b562d32961c37db.js" crossorigin=anonymous integrity="sha384-ALE+usP60oaqU4rqVw8GU7BZgHcJ9RX5wY1FTvuFxqwuZ1ien7ryx9ou6qdbhq7s"> |
274 | | -<link rel="modulepreload" href="./804ea45b79221f1b-initializer.js" crossorigin=anonymous integrity="sha384-TuyQGUQmZhgL5sM46eLG3xUJDF87F+xb9Jib6UmahoLNebXfhdZ+fEOAsJVGi64v"> |
275 | | -<link rel="preload" href="./tetanes-4b562d32961c37db_bg.wasm" crossorigin=anonymous integrity="sha384-TM5gUzpFT8/e3vIkwzKAjETeVBw/flbb/6oes0KAIGJOWEoAsrif+XTmvZbCOynk" as="fetch" type="application/wasm"></head> |
| 267 | + <link rel="modulepreload" href="./tetanes-7b0e45c2cfce910d.js" crossorigin="anonymous" integrity="sha384-jzfu2W6t6ueGdgfovTsRjrtcN85BRLiUzwcCY6QfMuFWj7ECz8ywVYmxOgtJRSzk"><link rel="modulepreload" href="./804ea45b79221f1b-initializer.js" crossorigin="anonymous" integrity="sha384-TuyQGUQmZhgL5sM46eLG3xUJDF87F+xb9Jib6UmahoLNebXfhdZ+fEOAsJVGi64v"><link rel="preload" href="./tetanes-7b0e45c2cfce910d_bg.wasm" crossorigin="anonymous" integrity="sha384-zlIpFRGqd57SOy+3mV3LzLhYdrSSDuUnDM7EuYGAhcy9yTa5T4WYpzJNUVikGAx6" as="fetch" type="application/wasm"></head> |
276 | 268 | <body> |
277 | 269 | <noscript> |
278 | 270 | This page contains WebAssembly and Javascript content, please enable |
|
0 commit comments