Closed
Bug 1884920
Opened 1 year ago
Closed 11 months ago
Add wasmBinaryToText
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: yury, Assigned: bvisness)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Currently we have only wasmTextToBinary. In the fuzzer configuration, it will be nice to add wasmBinaryToText, so we have human readable test cases.
Comment 1•1 year ago
|
||
It might make sense to include this in the general debug configuration since it is likely a feature useful to devs even outside of the fuzzing area.
Comment 2•1 year ago
|
||
I think this would be really nice to have. I think we probably could just have this in any debug configuration too.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Attachment #9445724 -
Attachment description: WIP: Bug 1884920: Add wasmToText shell helper. → WIP: Bug 1884920: Replace IndentedPrinter with StructuredPrinter.
| Assignee | ||
Comment 5•1 year ago
|
||
All wasm::Dump* functions now emit the actual WebAssembly text format.
Depends on D233193
Updated•1 year ago
|
Attachment #9445724 -
Attachment description: WIP: Bug 1884920: Replace IndentedPrinter with StructuredPrinter. → Bug 1884920: Replace IndentedPrinter with StructuredPrinter. r=rhunt
Updated•1 year ago
|
Attachment #9445725 -
Attachment description: WIP: Bug 1884920: Overhaul wasm::Dump functions to emit wat. → Bug 1884920: Overhaul wasm::Dump functions to emit wat. r=rhunt
| Assignee | ||
Comment 6•1 year ago
|
||
"imported i32 with incompatible address type"
wut
Pushed by bvisness@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f0384ee747b4
Replace IndentedPrinter with StructuredPrinter. r=rhunt
https://hg.mozilla.org/integration/autoland/rev/5bbfc76f48c0
Overhaul wasm::Dump functions to emit wat. r=rhunt
https://hg.mozilla.org/integration/autoland/rev/76f8d1f0a560
Fix janky error message. r=rhunt
Comment 8•11 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f0384ee747b4
https://hg.mozilla.org/mozilla-central/rev/5bbfc76f48c0
https://hg.mozilla.org/mozilla-central/rev/76f8d1f0a560
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•