2021-04-26 12:48:13 +04:30
|
|
|
set(SOURCES
|
2021-05-01 01:08:51 +04:30
|
|
|
AbstractMachine/AbstractMachine.cpp
|
2021-06-04 21:54:20 +10:00
|
|
|
AbstractMachine/BytecodeInterpreter.cpp
|
2021-05-01 01:08:51 +04:30
|
|
|
AbstractMachine/Configuration.cpp
|
2021-11-01 01:36:35 +03:30
|
|
|
AbstractMachine/Validator.cpp
|
2021-04-26 12:48:13 +04:30
|
|
|
Parser/Parser.cpp
|
2021-04-27 22:13:01 +04:30
|
|
|
Printer/Printer.cpp
|
2023-04-05 01:14:43 +03:30
|
|
|
WASI/Wasi.cpp
|
2021-04-26 12:48:13 +04:30
|
|
|
)
|
|
|
|
|
|
|
|
serenity_lib(LibWasm wasm)
|
2023-02-25 11:15:11 +03:30
|
|
|
target_link_libraries(LibWasm PRIVATE LibCore LibJS)
|
2022-12-10 12:23:36 -07:00
|
|
|
|
|
|
|
include(wasm_spec_tests)
|