[Webkit-unassigned] [Bug 283476] Inconsistent CompileError in WebAssembly Module Compilation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 21 01:06:10 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=283476
--- Comment #1 from tom.online1337 at gmail.com ---
Another example
```
./jsc ./bug_5.js
Exception: CompileError: WebAssembly.Module doesn't parse at byte 84: call function index 0 has 3 arguments, but the expression stack currently holds 2 values, in function at index 0 (evaluating 'new WebAssembly.Module(wasm_code)')
Module@[native code]
global code at ./bug_5.js:2:41
./jsc ./bug_5.js
Exception: CompileError: WebAssembly.Module doesn't parse at byte 201: byte alignment 4 does not match against atomic op's natural alignment 4, in function at index 1 (evaluating 'new WebAssembly.Module(wasm_code)')
Module@[native code]
global code at ./bug_5.js:2:41
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241121/11b276df/attachment.htm>
More information about the webkit-unassigned
mailing list