Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use --export-table from the latest LLD [2] #325

Merged
merged 2 commits into from
Jul 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion substrate/executor/src/wasm_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.