mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +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
|
@ -9,7 +9,7 @@
|
|||
#include <LibCore/FileStream.h>
|
||||
#include <LibLine/Editor.h>
|
||||
#include <LibWasm/AbstractMachine/AbstractMachine.h>
|
||||
#include <LibWasm/AbstractMachine/Interpreter.h>
|
||||
#include <LibWasm/AbstractMachine/BytecodeInterpreter.h>
|
||||
#include <LibWasm/Printer/Printer.h>
|
||||
#include <LibWasm/Types.h>
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue