v8-cmake
v8-cmake copied to clipboard
Support wee8 build target
wee8 is V8's implementation of https://github.com/WebAssembly/wasm-c-api/ and is a build of V8 that only supports WASM, not JS.
Design document: https://docs.google.com/document/d/1oFPHyNb_eXg6NzrE6xJDNPdJrHMZvx0LqsD6wpbd9vY/edit#heading=h.4tfb7x3beh2l
GN build rule:
https://github.com/bnoordhuis/v8-cmake/blob/e1af9ba2b9e01fdb3c667fa98fa93bbb778ab506/v8/BUILD.gn#L3939-L3960
Should be fairly straightforward to port to v8-cmake.