diff options
Diffstat (limited to 'src/wasm-link.h')
-rw-r--r-- | src/wasm-link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-link.h b/src/wasm-link.h index cb978de0..89bce24e 100644 --- a/src/wasm-link.h +++ b/src/wasm-link.h @@ -34,6 +34,7 @@ struct FunctionImport { StringSlice name; uint32_t sig_index; bool active; /* Is this import present in the linked binary */ + uint32_t relocated_function_index; struct LinkerInputBinary* foreign_binary; uint32_t foreign_index; }; |