mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
1ee7c43cee
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>