1 2 3 4 5 6 7
import wasm from "./Cargo.toml"; export async function init() { module = await wasm(); } export var module = null;