1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

LibWasm: Move Wasm::BytecodeInterpreter into its own header

This commit is contained in:
Sahan Fernando 2021-06-04 21:54:20 +10:00 committed by Ali Mohammad Pur
parent 94551149d1
commit d02e7b3811
8 changed files with 1074 additions and 1049 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
AbstractMachine/AbstractMachine.cpp
AbstractMachine/BytecodeInterpreter.cpp
AbstractMachine/Configuration.cpp
AbstractMachine/Interpreter.cpp
Parser/Parser.cpp