Files
releases/internal/wasm/encoding
Torin Sandall 1ee7c43cee wasm: Add support for reading/writing element sections
Element sections are required for initializing the table used for
indirect calls. Since we now make use of function pointers in the
JSON serialization and printf implementation, indirect calls must be
supported.

See https://webassembly.github.io/spec/core/syntax/modules.html#syntax-elem

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2019-10-28 16:41:32 -04:00
..