Uh oh!
There was an error while loading. Please reload this page.
Add beginnings of WebAssembly build support for mono. - #33551
Conversation
fdc4655 to
19cbd13Comparevargaz
commented
Mar 17, 2020
Currently fails with: |
97577ca to
cc0d78aComparevargaz
commented
Mar 19, 2020
The mono build seems to work now, but the libraries build fails with: |
vargaz
commented
Mar 19, 2020
The docker image seems to contain cmake 3.10: |
Uh oh!
There was an error while loading. Please reload this page.
vargaz
commented
Mar 23, 2020
So changing the os to 'wasm' causes the packaging step to fail because it expects 'WebAssembly'. |
vargaz
commented
Apr 3, 2020
So the runtime build seems to work now but the libraries wasm build is broken by the bump of the docker image version. |
vargaz
commented
Apr 3, 2020
The wasm libraries build now fails with: |
735c94a to
9522a56CompareUh oh!
There was an error while loading. Please reload this page.
# Conflicts: # eng/Subsets.props # eng/native/configureplatform.cmake # src/mono/Directory.Build.props # src/mono/mono.proj
| export CLR_CC=$(which emcc) | ||
| export CLR_CXX=$(which em++) |
There was a problem hiding this comment.
A nit, typically posix-y command -v is preferred over which in this repo. (same goes for which false below)
There was a problem hiding this comment.
@am11 I tried that but it didn't work since we expect the full path in CLR_CC and command -v doesn't do that (for false at least)
No description provided.