mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWasm: Implement module validation
This commit is contained in:
parent
30736c39b9
commit
7d1142e2c8
Notes:
sideshowbarker
2024-07-18 01:17:13 +09:00
Author: https://github.com/alimpfard
Commit: 7d1142e2c8
Pull-request: https://github.com/SerenityOS/serenity/pull/10797
9 changed files with 3113 additions and 2 deletions
|
@ -194,6 +194,7 @@ set(WAITBLOCK_DEBUG ON)
|
|||
set(WAITQUEUE_DEBUG ON)
|
||||
set(WASM_BINPARSER_DEBUG ON)
|
||||
set(WASM_TRACE_DEBUG ON)
|
||||
set(WASM_VALIDATOR_DEBUG ON)
|
||||
set(WEBSERVER_DEBUG ON)
|
||||
set(WINDOWMANAGER_DEBUG ON)
|
||||
set(WSMESSAGELOOP_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue