-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build hello world: mono-wasm.cpp #18
Comments
I should also mention that i didn't have |
@stefan-schweiger thanks! However the issues arise only when trying to build file from this repo. Should i link mono-wasm.cpp from this repo in the issue in mono repo ? |
@leriel this repo isn't maintained anymore. I also never got anything running with it. You should simply move on to the real mono repo (only caveat is that currently you can't do AOT with it). |
I understand now - thanks! |
it mean if I want to compile C# to WebAssembly, I just use mono respo to compile the C# file ?? |
@ArionTT just use Blazor project. https://github.com/aspnet/Blazor Minimal bundle size for blazor is 1.9MB gzipped (as of 07.2018) |
Hello. I managed to build the compiler, up to the step where we compile hello world app from this repo. Running this step:
i get some warnings and an error that makes me unable to build:
I suppose this is caused by some sort of wrong version. Could you point me in the right direction?
I also noticed makefile uses clang we just built, except two cases for clang and clang++. However, when i replaced those with clang we just built, i am getting
One more thing, running
$ ~/src/mono-wasm/llvm-build/bin/clang --version
shows clang version 7 instead of 5 and no registered targets:Should i now target any specific branch for llvm svn repos?
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: