mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-13 07:36:07 +00:00
Add a --lib
argument to cargo new
The defaults will be changing soon!
This commit is contained in:
parent
d258ea4e2a
commit
a8799c049f
@ -62,7 +62,7 @@ the latter will install the `wasm-bindgen` CLI tool we'll be using later.
|
|||||||
Next up let's make our project
|
Next up let's make our project
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cargo new js-hello-world
|
$ cargo new js-hello-world --lib
|
||||||
```
|
```
|
||||||
|
|
||||||
Now let's add a dependency on this project inside `Cargo.toml` as well as
|
Now let's add a dependency on this project inside `Cargo.toml` as well as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user