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