Skip to content
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

updated emsdk execution path in wasm makefile #21615

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ramyD
Copy link

@ramyD ramyD commented Jan 29, 2023

wasm makefile is still assuming the emsdk_env.sh is being copied into the sdks/wasm folder (introduced in 708d194) but this is no longer the case (since 967a79e) and now the make -C sdks/wasm packager.exe target fails. The EMCC variable has been updated to work resolving a packager.exe or dotnet.js dependency (for example).

wasm makefile is still assuming the emsdk_env.sh is being copied into the sdks/wasm folder (introduced in 708d194) but this is no longer the case (since 967a79e) and now the make -C sdks/wasm packager.exe target fails. The EMCC variable has been updated to work resolving a packager.exe or dotnet.js dependency (for example).
@vargaz
Copy link
Contributor

vargaz commented Jan 29, 2023

Note that current wasm work happens in dotnet/runtime repo, the wasm stuff in mono/mono is obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants