// @ts-check const { add, subtract } = require("./math.wasm"); console.log(add(1, 2)); console.log(subtract(9, 3));