1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:57:45 +00:00

LibWasm: Implement module validation

This commit is contained in:
Ali Mohammad Pur 2021-11-01 01:36:35 +03:30 committed by Andreas Kling
parent 30736c39b9
commit 7d1142e2c8
9 changed files with 3113 additions and 2 deletions

View file

@ -2,6 +2,7 @@ set(SOURCES
AbstractMachine/AbstractMachine.cpp
AbstractMachine/BytecodeInterpreter.cpp
AbstractMachine/Configuration.cpp
AbstractMachine/Validator.cpp
Parser/Parser.cpp
Printer/Printer.cpp
)