capstone icon indicating copy to clipboard operation
capstone copied to clipboard

Request: Update WebAssembly module

Open OBarronCS opened this issue 1 month ago • 1 comments

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.

OBarronCS avatar Nov 09 '25 00:11 OBarronCS

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

OBarronCS avatar Nov 09 '25 04:11 OBarronCS