import { add, subtract } from "http://localhost:4545/wasm/math.wasm"; console.log(add(1, 2)); console.log(subtract(8, 2));