We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2850cfc commit 9b5de9fCopy full SHA for 9b5de9f
crates/typescript-tests/src/web/init.ts
@@ -1,3 +1,3 @@
1
-import * as wbg from '../../pkg/web/typescript_tests';
+import initialize from "../../pkg/web/typescript_tests";
2
3
-const init: Promise<any> = wbg.init('.');
+const init: Promise<any> = initialize(".");
0 commit comments