v8-cmake icon indicating copy to clipboard operation
v8-cmake copied to clipboard

Support wee8 build target

Open bnoordhuis opened this issue 6 years ago • 0 comments

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.

bnoordhuis avatar Mar 23 '20 12:03 bnoordhuis