import init from './wasm/polyring.js'; async function loaded() { await init(); } document.addEventListener('DOMContentLoaded', loaded);