Closed
Bug 1680043
Opened 5 years ago
Closed 5 years ago
Remove redundant Cargo.toml dependency on wasmparser 0.67
Categories
(Core :: JavaScript: WebAssembly, enhancement)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: jseward, Assigned: jseward)
Details
Attachments
(1 file)
js/src/wasm/cranelift/Cargo.toml
lists wasmparser
as a dependency, but this
is (confusingly) not necessary, since we use version re-exported by Cranelift (IIUC).
So let's remove the dependency.
Assignee | ||
Comment 1•5 years ago
|
||
js/src/wasm/cranelift/Cargo.toml lists wasmparser as a dependency, but this is
(confusingly) not necessary, since we use the version re-exported by Cranelift
(IIUC). So let's remove the dependency.
Pushed by jseward@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0fad67a67346
Remove redundant Cargo.toml dependency on wasmparser 0.67. r=yury.
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•