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
commit d02e7b3811
Notes: sideshowbarker 2024-07-18 16:51:31 +09:00
8 changed files with 1074 additions and 1049 deletions

View file

@ -6,7 +6,7 @@
#include <LibCore/File.h>
#include <LibTest/JavaScriptTestRunner.h>
#include <LibWasm/AbstractMachine/Interpreter.h>
#include <LibWasm/AbstractMachine/BytecodeInterpreter.h>
#include <LibWasm/Types.h>
TEST_ROOT("Userland/Libraries/LibWasm/Tests");