This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
a78af23686
meson
/
test cases
/
wasm
/
1 basic
/
meson.build
5 lines
99 B
Meson
Raw
Normal View
History
Unescape
Escape
tests/wasm: Add C language as well as C++ language to test
2020-02-25 02:29:05 +08:00
project
(
'emcctest'
,
'c'
,
'cpp'
)
Add basic Webassembly support via Emscripten.
2019-06-20 02:56:00 +08:00
tests/wasm: Add C language as well as C++ language to test
2020-02-25 02:29:05 +08:00
executable
(
'hello-c'
,
'hello.c'
)
Add basic Webassembly support via Emscripten.
2019-06-20 02:56:00 +08:00
executable
(
'hello'
,
'hello.cpp'
)