Skip to content

Commit 21c6eb9

Browse files
committed
Deploying to gh-pages from @ 64511eb 🚀
0 parents  commit 21c6eb9

11 files changed

+37
-0
lines changed

favicon-f402c8741ce815ec.ico

15 KB
Binary file not shown.

icon-1024.png

314 KB
Loading

icon-256.png

47.2 KB
Loading

icon_ios_touch_192.png

20.6 KB
Loading

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!doctype html><html lang=en><meta content="text/html; charset=utf-8" http-equiv=Content-Type><meta content="width=device-width,initial-scale=1.0,user-scalable=no" name=viewport><title>MCMC demo</title><script nonce="4dQwrFdVp+hIv7aanVZAlQ==" type=module>import init, * as bindings from 'https://9smtm6.github.io/mcmc-demo/mcmc_demo-eb21eb24379d2753.js';
2+
const wasm = await init('https://9smtm6.github.io/mcmc-demo/mcmc_demo-eb21eb24379d2753_bg.wasm');
3+
4+
5+
window.wasmBindings = bindings;
6+
7+
8+
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));</script><base href=https://9smtm6.github.io/mcmc-demo/><link href=https://9smtm6.github.io/mcmc-demo/favicon-f402c8741ce815ec.ico integrity=sha384-jNOAE6jgE03LznIulCTVP6BH4NrTuROFjP9wj8bV1UUMJKtZAvstFpIAP3PDcFpx rel=icon><link href=manifest.json rel=manifest><link href=icon_ios_touch_192.png rel=apple-touch-icon><meta media="(prefers-color-scheme: light)" content=white name=theme-color><meta media="(prefers-color-scheme: dark)" content=#404040 name=theme-color><style>html{touch-action:manipulation}body{background:#909090}@media (prefers-color-scheme:dark){body{background:#404040}}html,body{width:100%;height:100%;overflow:hidden;margin:0!important;padding:0!important}canvas{width:100%;height:100%;margin-left:auto;margin-right:auto;display:block;position:absolute;top:0;left:0}.centered{color:#f0f0f0;text-align:center;margin-left:auto;margin-right:auto;font-family:Ubuntu-Light,Helvetica,sans-serif;font-size:24px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lds-dual-ring{width:24px;height:24px;display:inline-block}.lds-dual-ring:after{content:" ";border:3px solid #fff;border-color:#fff #0000;border-radius:50%;width:24px;height:24px;margin:0;animation:1.2s linear infinite lds-dual-ring;display:block}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}</style><link crossorigin href=https://9smtm6.github.io/mcmc-demo/mcmc_demo-eb21eb24379d2753.js integrity=sha384-l/SI+ZsMxaklyh+DW1T7DmYtj7FYVk/lkoc5EfVfpV2DC9NdD9+T7xF/iRQuQ7w1 rel=modulepreload><link as=fetch crossorigin href=https://9smtm6.github.io/mcmc-demo/mcmc_demo-eb21eb24379d2753_bg.wasm integrity=sha384-iWTEl5GxocgPT+4NUbjBPNlli/rybgdXVM/E8qtZ2UpZi1lkOlUVUfaB2WJPTqUw rel=preload type=application/wasm></head><body><canvas id=the_canvas_id></canvas><div class=centered id=loading_text><p style=font-size:16px>Loading…</p><div class=lds-dual-ring></div></div></body></html>

manifest.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Marcov chain Monte Carlo Demo",
3+
"short_name": "mcmc-demo",
4+
"icons": [
5+
{
6+
"src": "./icon-256.png",
7+
"sizes": "256x256",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "./maskable_icon_x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png",
14+
"purpose": "any maskable"
15+
},
16+
{
17+
"src": "./icon-1024.png",
18+
"sizes": "1024x1024",
19+
"type": "image/png"
20+
}
21+
],
22+
"lang": "en-US",
23+
"id": "/index.html",
24+
"start_url": "./index.html",
25+
"display": "standalone",
26+
"background_color": "white",
27+
"theme_color": "white"
28+
}

maskable_icon_x512.png

128 KB
Loading

mcmc_demo-eb21eb24379d2753.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcmc_demo-eb21eb24379d2753_bg.wasm

4.77 MB
Binary file not shown.

mcmc_demo-eb21eb24379d2753_bg.wasm.br

1.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)