mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWasm: Port to Windows
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
namespace Wasm {
|
namespace Wasm {
|
||||||
|
|
||||||
class Configuration;
|
class Configuration;
|
||||||
|
class Result;
|
||||||
struct Interpreter;
|
struct Interpreter;
|
||||||
|
|
||||||
struct InstantiationError {
|
struct InstantiationError {
|
||||||
|
|||||||
@@ -5,9 +5,12 @@ set(SOURCES
|
|||||||
AbstractMachine/Validator.cpp
|
AbstractMachine/Validator.cpp
|
||||||
Parser/Parser.cpp
|
Parser/Parser.cpp
|
||||||
Printer/Printer.cpp
|
Printer/Printer.cpp
|
||||||
WASI/Wasi.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (NOT WIN32)
|
||||||
|
list(APPEND SOURCES WASI/Wasi.cpp)
|
||||||
|
endif()
|
||||||
|
|
||||||
serenity_lib(LibWasm wasm)
|
serenity_lib(LibWasm wasm)
|
||||||
target_link_libraries(LibWasm PRIVATE LibCore LibGC LibJS)
|
target_link_libraries(LibWasm PRIVATE LibCore LibGC LibJS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user