wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Undocumented syntax for wasm-decompile

Open phoebehfharris opened this issue 1 year ago • 1 comments

In the syntax for the C-like language produced by obj-decompile, the following syntax's behaviour is not documented anywhere in the WABT docs:

identifier[x@y]

I believe x is an offset and y is the number of bytes being indexed for a load instruction, but again, since there's no documentation, I do not fully understand the syntax enough to add to the documentation confidently myself

phoebehfharris avatar Jan 18 '25 16:01 phoebehfharris

wasm-decompile doesn't currently have a maintainer, or anyone who works on it. If you would like to send PR please do.

sbc100 avatar Dec 08 '25 17:12 sbc100