// This was just the easiest way to use the bindings as a dynamic module within WASM. import * as globbedModule from "./bindings.js"; export { globbedModule };