mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 10:11:34 +00:00
guide: Clean up title and URL of CLI reference section
This commit is contained in:
committed by
Alex Crichton
parent
9c275d1f1d
commit
2b83f6aa9b
@ -13,7 +13,7 @@
|
|||||||
- [No ES Modules](./reference/no-esm.md)
|
- [No ES Modules](./reference/no-esm.md)
|
||||||
- [Passing Arbitrary data](./reference/passing-data.md)
|
- [Passing Arbitrary data](./reference/passing-data.md)
|
||||||
- [Feature Reference](./reference/feature-reference.md)
|
- [Feature Reference](./reference/feature-reference.md)
|
||||||
- [CLI Reference](./reference/cli-reference.md)
|
- [Command Line Interface](./reference/cli.md)
|
||||||
- [Type Reference](./reference/reference.md)
|
- [Type Reference](./reference/reference.md)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# CLI Reference
|
# The `wasm-bindgen` Command Line Interface
|
||||||
|
|
||||||
The `wasm-bindgen` tool has a number of options available to it to tweak the JS
|
The `wasm-bindgen` tool has a number of options available to it to tweak the JS
|
||||||
that is generated. By default the generated JS uses ES modules and is compatible
|
that is generated. By default the generated JS uses ES modules and is compatible
|
Reference in New Issue
Block a user