mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
LibWasm: Store function references' source module in RefPtr to const
This commit is contained in:
parent
c471faee10
commit
16e764ddb6
Notes:
github-actions[bot]
2025-04-16 16:43:18 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/16e764ddb63 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4362 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/Hendiadyoin1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
};
|
||||
struct Func {
|
||||
FunctionAddress address;
|
||||
RefPtr<Module> source_module; // null if host function.
|
||||
RefPtr<Module const> source_module; // null if host function.
|
||||
};
|
||||
struct Extern {
|
||||
ExternAddress address;
|
||||
|
|
Loading…
Add table
Reference in a new issue