1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 16:55:08 +00:00
serenity/Meta/gn/secondary/Userland/Libraries/LibWeb/WebAssembly/BUILD.gn
2023-07-09 16:22:58 -06:00

11 lines
256 B
Text

source_set("WebAssembly") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"Instance.cpp",
"Memory.cpp",
"Module.cpp",
"Table.cpp",
"WebAssembly.cpp",
]
}