mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-03 09:32:16 +00:00
guide: Note that wasm-pack
is preferred over using the wasm-bindgen
CLI directly
This commit is contained in:
parent
9b87e0c0b0
commit
2b8e092f78
@ -4,6 +4,11 @@ The `wasm-bindgen` command line tool has a number of options available to it to
|
|||||||
tweak the JavaScript that is generated. The most up-to-date set of flags can
|
tweak the JavaScript that is generated. The most up-to-date set of flags can
|
||||||
always be listed via `wasm-bindgen --help`.
|
always be listed via `wasm-bindgen --help`.
|
||||||
|
|
||||||
|
> Note: usually, one should use a [`wasm-pack`-based workflow][wasm-pack] rather
|
||||||
|
> than running the `wasm-bindgen` command line tool by hand.
|
||||||
|
|
||||||
|
[wasm-pack]: https://github.com/rustwasm/wasm-pack
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user