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.
type=module
1 parent 1076065 commit b56233aCopy full SHA for b56233a
examples/without-a-bundler-no-modules/index.html
@@ -6,7 +6,7 @@
6
<!-- Include the JS generated by `wasm-pack build` -->
7
<script src='pkg/without_a_bundler_no_modules.js'></script>
8
9
- <script type=module>
+ <script>
10
// Like with the `--target web` output the exports are immediately
11
// available but they won't work until we initialize the module. Unlike
12
// `--target web`, however, the globals are all stored on a
0 commit comments