File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
If you are trying to use ` wasm-pack ` and run into an issue- please file an
6
6
issue! We'd love to get you up and running, even if the issue you have might
7
7
not be directly related to the code in ` wasm-pack ` . This tool seeks to make
8
- it easy for developers to get going, so there's a good chance we can do
8
+ it easy for developers to get going, so there's a good chance we can do
9
9
something to alleviate the issue by making ` wasm-pack ` better documented or
10
10
more robust to different developer environments.
11
11
@@ -67,5 +67,5 @@ cargo +nightly fmt
67
67
As mentioned in the readme file, this project is a part of the [ ` rust-wasm ` working group] ,
68
68
an official working group of the Rust project. We follow the Rust [ Code of Conduct and enforcement policies] .
69
69
70
- [ `rust-wasm` working group ] : https://github.com/rust-lang-nursery/rust-wasm
70
+ [ `rust-wasm` working group ] : https://github.com/rustwasm/team
71
71
[ Code of Conduct and enforcement policies ] : CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ This tool seeks to be a one-stop shop for building and working with rust-
8
8
generated WebAssembly that you would like to interop with JavaScript, in the
9
9
browser or with Node.js. ` wasm-pack ` helps you build and publish rust-generated
10
10
WebAssembly to the npm registry to be used alongside any other javascript
11
- package in workflows that you already use, such as a bundler like
11
+ package in workflows that you already use, such as a bundler like
12
12
[ webpack] or [ greenkeeper] .
13
13
14
14
[ bundler-support ] : https://github.com/rustwasm/team/blob/master/goals/bundler-integration.md#details
15
15
[ webpack ] : https://webpack.js.org/
16
- [ greenkeeper] : https://greenkeeper.io/
16
+ [ greenkeeper ] : https://greenkeeper.io/
17
17
18
18
This project is a part of the [ rust-wasm] group. You can find more info by
19
19
visiting that repo!
20
20
21
- [ rust-wasm ] : https://github.com/rust-lang-nursery/rust-wasm/
21
+ [ rust-wasm ] : https://github.com/rustwasm/team
22
22
23
23
![ demo] ( demo.gif )
24
24
@@ -94,5 +94,5 @@ check out our [contribution policy].
94
94
8 . To publish to npm, run ` wasm-pack publish ` . You may need to login to the
95
95
registry you want to publish to. You can login using ` wasm-pack login ` .`
96
96
97
- [ rust-wasm/36 ] : https://github.com/rust-lang-nursery/rust-wasm /issues/36
97
+ [ rust-wasm/36 ] : https://github.com/rustwasm/team /issues/36
98
98
[ wasm-bindgen ] : https://github.com/alexcrichton/wasm-bindgen
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ You will need to create an npm account if you plan on publishing your package to
24
24
the npm public registry. You can find information about signing up for npm
25
25
[ here] [ npm-signup-info ] .
26
26
27
- [ rust-wasm-install-info ] : https://rust-lang-nursery .github.io/rust-wasm /setup.html
27
+ [ rust-wasm-install-info ] : https://rustwasm .github.io/book /setup.html
28
28
[ npm-install-info ] : https://www.npmjs.com/get-npm
29
29
[ npm-signup-info ] : https://www.npmjs.com/signup
You can’t perform that action at this time.
0 commit comments