mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWasm: Move Wasm::BytecodeInterpreter into its own header
This commit is contained in:
parent
94551149d1
commit
d02e7b3811
Notes:
sideshowbarker
2024-07-18 16:51:31 +09:00
Author: https://github.com/ccapitalK
Commit: d02e7b3811
Pull-request: https://github.com/SerenityOS/serenity/pull/7772
8 changed files with 1074 additions and 1049 deletions
|
@ -4,9 +4,10 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "Interpreter.h"
|
||||
#include <LibWasm/AbstractMachine/AbstractMachine.h>
|
||||
#include <LibWasm/AbstractMachine/BytecodeInterpreter.h>
|
||||
#include <LibWasm/AbstractMachine/Configuration.h>
|
||||
#include <LibWasm/AbstractMachine/Interpreter.h>
|
||||
#include <LibWasm/Types.h>
|
||||
|
||||
namespace Wasm {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue