summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorBen Smith <binji@chromium.org>2020-02-28 17:08:32 -0800
committerGitHub <noreply@github.com>2020-02-28 17:08:32 -0800
commit2d5bdb4a3a1bf8541dda300ffc2d35ffd9d4f84b (patch)
tree37ae07bfac508745bb6d020df8860029300448bc /third_party
parent02aa62e015e3eff5a50bad5d94d9a7d98f4e9d89 (diff)
downloadwabt-2d5bdb4a3a1bf8541dda300ffc2d35ffd9d4f84b.tar.gz
wabt-2d5bdb4a3a1bf8541dda300ffc2d35ffd9d4f84b.tar.bz2
wabt-2d5bdb4a3a1bf8541dda300ffc2d35ffd9d4f84b.zip
Add TypeEntry, base class for type section entries (#1349)
The type section currently only has one form: functions. With the GC proposal, at least two more forms are added: struct and array. To facilitate this: * Rename FuncTypeModuleField -> TypeModuleField * Rename Module::func_types -> Module::types * Rename func_type_bindings -> type_bindings * TypeEntry is added as a base class of FuncType * TypeModuleField stores a unique_ptr to a TypeEntry
Diffstat (limited to 'third_party')
0 files changed, 0 insertions, 0 deletions