Skip to content

Commit 1e639c9

Browse files
authored
Update README.md
Fixes a few broken links. Note that `[npm interop]` tracked back to rustwasm#5 which has been split up and closed. Since I saw no umbrella task for the new issues, I removed the paragraph in favor of the more specific links.
1 parent 648d31c commit 1e639c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ some constraints:
171171
- You should be able to *work on* the Rust portion of the library using standard
172172
Cargo workflows.
173173

174-
- There should be a [straightforward way][metdata] to express npm metadata (i.e.
174+
- There should be a [straightforward way][metadata] to express npm metadata (i.e.
175175
the contents of `package.json`) for a Rust/wasm project.
176176

177177
- That means, in particular, that a Rust project might pull in several crates,
@@ -193,9 +193,6 @@ way][bundlers].
193193
[rust-deps]: https://github.com/rust-lang-nursery/rust-wasm/issues/36
194194
[npm-publish]: https://github.com/rust-lang-nursery/rust-wasm/issues/35
195195

196-
If you're interested in helping flesh out this story, please jump in on
197-
the [tracking issue][npm interop]!
198-
199196
### The DOM, GC integration, and more
200197

201198
There is some confusion about whether wasm code can work with the DOM today, or

0 commit comments

Comments
 (0)