Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/invalid
/
.
/
src
/
wasm
/
CMakeLists.txt
blob: 916fbfb6361261252e94968162111cbf79d42c4a [
file
] [
log
] [
blame
] [
edit
]
set(wasm_SOURCES
literal.cpp
wasm.cpp
wasm-binary.cpp
wasm-debug.cpp
wasm-emscripten.cpp
wasm-debug.cpp
wasm-interpreter.cpp
wasm-io.cpp
wasm-s-parser.cpp
wasm-stack.cpp
wasm-type.cpp
wasm-validator.cpp
)
add_library(wasm OBJECT ${wasm_SOURCES})