mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWasm: Implement memory.init and passive mode data
This commit is contained in:
parent
aff2c59f37
commit
b5ca290605
Notes:
sideshowbarker
2024-07-17 22:32:37 +09:00
Author: https://github.com/alimpfard
Commit: b5ca290605
Pull-request: https://github.com/SerenityOS/serenity/pull/11215
Reviewed-by: https://github.com/ADKaster
5 changed files with 88 additions and 11 deletions
|
@ -39,7 +39,7 @@ protected:
|
|||
void load_and_push(Configuration&, Instruction const&);
|
||||
template<typename PopT, typename StoreT>
|
||||
void pop_and_store(Configuration&, Instruction const&);
|
||||
void store_to_memory(Configuration&, Instruction const&, ReadonlyBytes data);
|
||||
void store_to_memory(Configuration&, Instruction const&, ReadonlyBytes data, i32 base);
|
||||
void call_address(Configuration&, FunctionAddress);
|
||||
|
||||
template<typename PopType, typename PushType, typename Operator>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue