File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/without-a-bundler-no-modules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ View documentation for this example online] [ dox ]
4
4
5
- [ dox ] : https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
5
+ [ dox ] : https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html#using-the-older---target-no-modules
6
6
7
7
You can build the example locally with:
8
8
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ what it means to deploy without a bundler.
29
29
30
30
## Using the older ` --target no-modules `
31
31
32
- [ View full source code] [ code ]
32
+ [ View full source code] [ code-no-modules ]
33
33
34
- [ code ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler-no-modules
34
+ [ code-no-modules ] : https://github.com/rustwasm/wasm-bindgen/tree/master/examples/without-a-bundler-no-modules
35
35
36
36
The older version of using ` wasm-bindgen ` without a bundler is to use the
37
37
` --target no-modules ` flag to the ` wasm-bindgen ` CLI.
You can’t perform that action at this time.
0 commit comments