View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000667 | file | General | public | 2025-06-07 14:42 | 2025-06-08 15:37 |
Reporter | mh4ckt3mh4ckt1c4s | Assigned To | christos | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Fixed in Version | HEAD | ||||
Summary | 0000667: Add support for WebAssembly components | ||||
Description | WebAssembly components are using the Wasm magic with version 0x1000d. Add info for Wasm components (patch and test files attached) | ||||
Tags | No tags attached. | ||||
|
wasm-component.patch (550 bytes)
diff --git a/magic/Magdir/webassembly b/magic/Magdir/webassembly index 469b45e2..6c0845ee 100644 --- a/magic/Magdir/webassembly +++ b/magic/Magdir/webassembly @@ -10,8 +10,9 @@ # document describing the binary format. # From: Pip Cet <pipcet@gmail.com> and Joel Martin -0 string \0asm WebAssembly (wasm) binary module ->4 lelong =1 version %#x (MVP) +0 string \0asm WebAssembly (wasm) binary +>4 lelong >0 version %#x +>4 lelong =1 (MVP module) +>4 lelong =0x1000d (component) !:mime application/wasm !:ext wasm ->4 lelong >1 version %#x |
|
Added, thanks |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-06-07 14:42 | mh4ckt3mh4ckt1c4s | New Issue | |
2025-06-07 14:42 | mh4ckt3mh4ckt1c4s | File Added: wasm-component.patch | |
2025-06-07 14:42 | mh4ckt3mh4ckt1c4s | File Added: mvp.wasm | |
2025-06-07 14:42 | mh4ckt3mh4ckt1c4s | File Added: component.wasm | |
2025-06-08 15:37 | christos | Assigned To | => christos |
2025-06-08 15:37 | christos | Status | new => assigned |
2025-06-08 15:37 | christos | Status | assigned => resolved |
2025-06-08 15:37 | christos | Resolution | open => fixed |
2025-06-08 15:37 | christos | Fixed in Version | => HEAD |
2025-06-08 15:37 | christos | Note Added: 0004261 |