mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:47:34 +00:00
LibWasm: Implement module validation
This commit is contained in:
parent
30736c39b9
commit
7d1142e2c8
9 changed files with 3113 additions and 2 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
AbstractMachine/AbstractMachine.cpp
|
||||
AbstractMachine/BytecodeInterpreter.cpp
|
||||
AbstractMachine/Configuration.cpp
|
||||
AbstractMachine/Validator.cpp
|
||||
Parser/Parser.cpp
|
||||
Printer/Printer.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue