mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 22:49:47 +00:00
Utilities/wasm: Enable on Windows
This commit is contained in:
parent
070392307a
commit
a95e0d2777
Notes:
github-actions[bot]
2025-08-24 19:00:20 +00:00
Author: https://github.com/ayeteadoe
Commit: a95e0d2777
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5769
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
5 changed files with 22 additions and 7 deletions
|
@ -9,10 +9,11 @@
|
|||
#include <AK/StackInfo.h>
|
||||
#include <LibWasm/AbstractMachine/Configuration.h>
|
||||
#include <LibWasm/AbstractMachine/Interpreter.h>
|
||||
#include <LibWasm/Export.h>
|
||||
|
||||
namespace Wasm {
|
||||
|
||||
struct BytecodeInterpreter final : public Interpreter {
|
||||
struct WASM_API BytecodeInterpreter final : public Interpreter {
|
||||
explicit BytecodeInterpreter(StackInfo const& stack_info)
|
||||
: m_stack_info(stack_info)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue