mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 14:02:06 +03:00
[guide] Minor fix
This commit is contained in:
parent
5788e7d2c4
commit
de3c852c21
@ -7,7 +7,7 @@
|
|||||||
This example shows how the `--no-modules` flag can be used load code in a
|
This example shows how the `--no-modules` flag can be used load code in a
|
||||||
browser directly. For this deployment strategy bundlers like Webpack are not
|
browser directly. For this deployment strategy bundlers like Webpack are not
|
||||||
required. For more information on deployment see the [dedicated
|
required. For more information on deployment see the [dedicated
|
||||||
documentation](../reference/deployment.html).
|
documentation][deployment].
|
||||||
|
|
||||||
First let's take a look at the code and see how when we're using `--no-modules`
|
First let's take a look at the code and see how when we're using `--no-modules`
|
||||||
we're not actually losing any functionality!
|
we're not actually losing any functionality!
|
||||||
@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`:
|
|||||||
{{#include ../../../examples/without-a-bundler/index.html}}
|
{{#include ../../../examples/without-a-bundler/index.html}}
|
||||||
```
|
```
|
||||||
|
|
||||||
And that's it! Be sure to read up on the [deployment options] to see what it
|
And that's it! Be sure to read up on the [deployment options][deployment] to see what it
|
||||||
means to deploy without a bundler.
|
means to deploy without a bundler.
|
||||||
|
|
||||||
[hello]: hello-world.html
|
[deployment]: ../reference/deployment.html
|
||||||
[mod-imp]: ../reference/attributes/on-js-imports/module.html
|
|
||||||
|
Loading…
Reference in New Issue
Block a user