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:
parent
94551149d1
commit
d02e7b3811
8 changed files with 1074 additions and 1049 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
AbstractMachine/AbstractMachine.cpp
|
||||
AbstractMachine/BytecodeInterpreter.cpp
|
||||
AbstractMachine/Configuration.cpp
|
||||
AbstractMachine/Interpreter.cpp
|
||||
Parser/Parser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue