mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:57:44 +00:00
LibWasm: Implement module validation
This commit is contained in:
parent
30736c39b9
commit
7d1142e2c8
9 changed files with 3113 additions and 2 deletions
|
@ -442,6 +442,10 @@
|
|||
#cmakedefine01 WASM_TRACE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WASM_VALIDATOR_DEBUG
|
||||
#cmakedefine01 WASM_VALIDATOR_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WEBSERVER_DEBUG
|
||||
#cmakedefine01 WEBSERVER_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue