mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +00:00
Use --export-table from the latest LLD [2] (#325)
* It turned out that "table" was renamed. To `__indirect_function_table`. * Rebuild binaries.
This commit is contained in:
committed by
Arkadiy Paronyan
parent
1d726193ba
commit
b45020175a
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -503,7 +503,7 @@ impl WasmExecutor {
|
||||
.clone();
|
||||
let table: Option<TableRef> = intermediate_instance
|
||||
.not_started_instance()
|
||||
.export_by_name("table")
|
||||
.export_by_name("__indirect_function_table")
|
||||
.and_then(|e| e.as_table().cloned());
|
||||
let mut fec = FunctionExecutor::new(memory.clone(), self.heap_pages, table, ext)?;
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user