mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-12 13:57:14 +00:00
Update examples/without-a-bundler/index.html
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
This commit is contained in:
parent
6c86d23836
commit
59e88449b8
@ -4,7 +4,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Note the usage of `type=module` here as this is an ES6 module -->
|
<!-- Note the usage of `type=module` here as this is an ES6 module -->
|
||||||
<script type=module>
|
<script type="module">
|
||||||
// Use ES module import syntax to import functionality from the module
|
// Use ES module import syntax to import functionality from the module
|
||||||
// that we have compiled.
|
// that we have compiled.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user