2021-04-26 08:18:13 +00:00
|
|
|
set(SOURCES
|
2021-04-30 20:38:51 +00:00
|
|
|
AbstractMachine/AbstractMachine.cpp
|
2021-06-04 11:54:20 +00:00
|
|
|
AbstractMachine/BytecodeInterpreter.cpp
|
2021-04-30 20:38:51 +00:00
|
|
|
AbstractMachine/Configuration.cpp
|
2021-10-31 22:06:35 +00:00
|
|
|
AbstractMachine/Validator.cpp
|
2021-04-26 08:18:13 +00:00
|
|
|
Parser/Parser.cpp
|
2021-04-27 17:43:01 +00:00
|
|
|
Printer/Printer.cpp
|
2023-04-04 21:44:43 +00:00
|
|
|
WASI/Wasi.cpp
|
2021-04-26 08:18:13 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibWasm wasm)
|
2024-11-14 15:01:23 +00:00
|
|
|
target_link_libraries(LibWasm PRIVATE LibCore LibGC LibJS)
|
2022-12-10 19:23:36 +00:00
|
|
|
|
|
|
|
include(wasm_spec_tests)
|