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

[wasm] Compile bitcode files, and use the .o files for the linking step #50285

Closed
radical opened this issue Mar 26, 2021 · 2 comments
Closed
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono
Milestone

Comments

@radical
Copy link
Member

radical commented Mar 26, 2021

vargaz: in general, you should not pass too much bitcode to the final linker, compile it beforehand.
vargaz: compile it using emcc -Oz -o foo.o foo.bc
vargaz: and pass foo.o to the final link.
vargaz: the same as the old packager.cs code did.

/cc @vargaz @lewing @steveisok

@radical radical added arch-wasm WebAssembly architecture area-Build-mono labels Mar 26, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 26, 2021
@ghost
Copy link

ghost commented Mar 26, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details
vargaz: in general, you should not pass too much bitcode to the final linker, compile it beforehand.
vargaz: compile it using emcc -Oz -o foo.o foo.bc
vargaz: and pass foo.o to the final link.
vargaz: the same as the old packager.cs code did.

/cc @vargaz @lewing @steveisok

Author: radical
Assignees: -
Labels:

arch-wasm, area-Build-mono

Milestone: -

@radical radical removed the untriaged New issue has not been triaged by the area owner label Mar 26, 2021
@radical radical self-assigned this Mar 29, 2021
@steveisok steveisok added this to the 6.0.0 milestone Jun 28, 2021
@radical
Copy link
Member Author

radical commented Jun 28, 2021

Closed by #54053

@radical radical closed this as completed Jun 28, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

No branches or pull requests

2 participants