-
Notifications
You must be signed in to change notification settings - Fork 11
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
Build WASM with emcc 2.x #429
Conversation
We should be using `unknown` over `emscripten`
Java Test Report12 files ±0 12 suites ±0 2s ⏱️ ±0s Results for commit 092efea. ± Comparison against base commit 924db1d. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine adding unknown-unknown
as additional wasm output, though right now, we have no need for it. emscripten
is used by the blazor linker, which uses emcc
which needs -emscripten
target
Copy. I will try to make oberon compile with emscripten then. |
https://users.rust-lang.org/t/wasm-unknown-vs-emscripten/22997/5
We should be using
unknown
overemscripten