diff options
author | Derek Schuff <dschuff@chromium.org> | 2024-11-01 17:35:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-02 00:35:35 +0000 |
commit | 9f496abc5cf1ddbca8c8a4f4e740c412588708ef (patch) | |
tree | b5d690a6228cec3a1a732f66a6bde743f55c5460 /src/compiler-support.h | |
parent | 3b301784b86eada1ed2a9c52cbfd3a04564420fc (diff) | |
download | binaryen-9f496abc5cf1ddbca8c8a4f4e740c412588708ef.tar.gz binaryen-9f496abc5cf1ddbca8c8a4f4e740c412588708ef.tar.bz2 binaryen-9f496abc5cf1ddbca8c8a4f4e740c412588708ef.zip |
Module splitting: don't create new tables when splitting with Emscripten (#7050)
Emscripten's JS loader code for wasm-split isn't prepared for handling
multiple tables that binaryen automatically creates when reference types
are enabled (especially in conjunction with dynamic loading). For now,
disable creation of multiple tables when using Emscripten's table ABI
(distinguished by importing or exporting a table named
"__indirect_function_table".
Diffstat (limited to 'src/compiler-support.h')
0 files changed, 0 insertions, 0 deletions