mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 02:20:17 +00:00
LibWeb: Stub wasm exceptions and memory64 API modifications
This commit is contained in:
parent
d99f663b1a
commit
33d2959a4c
Notes:
github-actions[bot]
2025-10-14 23:28:52 +00:00
Author: https://github.com/alimpfard
Commit: 33d2959a4c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6278
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/gmta
4 changed files with 18 additions and 5 deletions
|
|
@ -88,7 +88,8 @@ void Instance::initialize(JS::Realm& realm)
|
|||
}
|
||||
|
||||
m_exports->define_direct_property(name, *object, JS::default_attributes);
|
||||
});
|
||||
},
|
||||
[&](Wasm::TagAddress const&) { dbgln("Not yet implemented: tags"); });
|
||||
}
|
||||
|
||||
MUST(m_exports->set_integrity_level(IntegrityLevel::Frozen));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue