1import importWebAssemblyDlopen, { Options } from "./import"; 2export default importWebAssemblyDlopen; 3export type { Options }; 4 5export { MBtoPages } from "./util"; 6 7export const path = __dirname; 8 9