aboutsummaryrefslogtreecommitdiffstats
path: root/site/wasm.mjs
blob: 29a274138358f62d2ccd032fc66e0dc716f99c6e (plain)
1
2
3
4
5
6
7
import init from './wasm/polyring.js';

async function loaded() {
    await init();
}

document.addEventListener('DOMContentLoaded', loaded);