Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/dylink/src/index.ts
1067 views
1
import importWebAssemblyDlopen, { Options } from "./import";
2
export default importWebAssemblyDlopen;
3
export type { Options };
4
5
export { MBtoPages } from "./util";
6
7
export const path = __dirname;
8
9