pengowray / wasm-ops

Chart of WebAssembly Instructions
https://pengowray.github.io/wasm-ops/
Apache License 2.0
89 stars 8 forks source link

Can you also provide information on sections of wasm file? #9

Closed trcrsired closed 7 months ago

pengowray commented 7 months ago

If you mean including information on the .wasm file format, I don't have the knowledge, capacity or commitment to add that information to this project anytime soon. I'd recommend checking out the wasm specification and wasm decompilers if you're looking for it.

I'd be happy to add a link to info on wasm file layout if there's a good resource, or include a small summary if someone wanted to make a PR with such info.