1 2 3 4 5 6 7
import init from './wasm/polyring.js'; async function loaded() { await init(); } document.addEventListener('DOMContentLoaded', loaded);