add a toolchain to gn for wasm target |
||
Issue descriptionin the end, it should be possible to build ink (https://github.com/google/ink) directly in a chrome checkout, instead of building it in google3 and importing the wasm binary into chrome.
,
Jan 8
+dschuff raymes, with whom I discussed this a bit in an unrelated context too. For the compiler, we need to use the regular clang package we bundle (which can generate wasm output). For bindings, emscripten provides something that works short-term, but long-term it'd be good if wasm offered a standalone working thing in llvm without deps on emscripten for bindings and binaryen etc. I toyed with a proof of concept a while ago at https://chromium-review.googlesource.com/c/chromium/src/+/1282394 . |
||
►
Sign in to add a comment |
||
Comment 1 by gbeaty@chromium.org
, Jan 7Components: -Infra>Client>Chrome