Lingming Zhang
Lingming Zhang
### Environment ```shell OS : Linux 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Commit : 0e78c24fd231d5ee67ccd271bfa317faa963281c Version : 1.0.33 (git~1.0.33-35-gdddc03d3) Clang Verison : 12.0.1...
### Environment ```shell OS : Linux 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Commit : 0e78c24fd231d5ee67ccd271bfa317faa963281c Version : 1.0.33 (git~1.0.33-35-gdddc03d3) Clang Verison : 12.0.1...
Hey developers, sorry about the late response for issue #6239, I've been struggling with the "static initialization order fiasco" problem when trying to move static variables like `globalStrings` outside the...
In Wasm Specification, data segments and memory are seperated. However, in Binaryen's current C API, they are deeply coupled. This leads to some awkward use case, suppose there is a...
This pull request is intended to fix issue #6314.
Hi developers, I am incorporating Binaryen as third-party library into my fuzzing framework. In short, Binaryen is used to parse input Wasm module, do some mutation and generation work and...
Hi developers, I have a problem (or somewhat feature request) related to the C API. Given a raw bytes stream, I need to validate whether it is a valid wasm...
Hello there, I recently came across a Wasm module which cannot be parsed by Binaryen: ```wasm $ wabt/bin/wasm2wat test.wasm (module (type (;0;) (func (result i32))) (type (;1;) (func (param i32)...
### There's no existing/similar bug report. - [X] I have searched the existing issues ### This report is about a single actionable bug. - [X] I'm reporting a single actionable...
### Environment ```shell OS : Linux 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Commit : 139076a98b8321b67f850a844f558b5e91b5ac83 Version : 0.5.0 Clang Verison : 13.0.0 Build...