swam icon indicating copy to clipboard operation
swam copied to clipboard

Implement DataCountSection and ExceptionSection parsing

Open Jacarte opened this issue 4 years ago • 3 comments

Add the decoding/encoding of sections 12 and 13 (DataCountSection and ExceptionSection).

Here we can find the reference implementation in V8

Jacarte avatar Nov 17 '20 15:11 Jacarte

https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md

Jacarte avatar Nov 18 '20 16:11 Jacarte

This prevents us to parse with SWAM the binary of FFMPEG compiled to WASM, link to come.

monperrus avatar Nov 19 '20 10:11 monperrus

Example wasm ffmpeg

Jacarte avatar Nov 19 '20 10:11 Jacarte