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.
$init
1 parent 6861425 commit 9673e5cCopy full SHA for 9673e5c
test/fixture/static-import.mjs
@@ -1,4 +1,6 @@
1
import { imports } from "./_imports.mjs";
2
+
3
+// eslint-disable-next-line import/named
4
import { rand, $init } from "@fixture/wasm/index.wasm";
5
6
await $init(imports);
0 commit comments