capstone
capstone copied to clipboard
Request: Update WebAssembly module
Capstone added initial support for WebAssembly in this PR: https://github.com/capstone-engine/capstone/pull/1359. This added the initial set of Wasm instructions that were in the Spec in 2019. Since then, hundreds of new instructions have been added, listed here: https://webassembly.github.io/spec/core/binary/instructions.html
What would be necessary to add the new instructions to Capstone? Note that LLVM supports Wasm disassembly.
Making an attempt to upgrade WebAssembly to auto-sync with https://github.com/capstone-engine/llvm-capstone/pull/87 and https://github.com/capstone-engine/capstone/pull/2816