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

DNI: enable debug info splitting in WASM build #5997

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aleino-nv
Copy link
Collaborator

This is expected to make the WASM build fail, to investigate #5959.

@aleino-nv aleino-nv force-pushed the aleino/dni-wasm-build-experiment branch from 45dbf8d to 6da7673 Compare January 3, 2025 12:59
…lang library.

A recent build breakage for slang-wasm.[js|wasm] was not noticed by CI since it built the
slang library target instead of the slang-wasm.js "executable" target.
(We added a that used objcopy to split debug info from executables. objcopy does not
report errors when it finds object files with unexpected format inside static libraries,
but it *does* report errors when it's run on an exceutable of unexpected format, such as
in the case of slang-wasm.js.)

This closes shader-slang#5959.
@aleino-nv aleino-nv force-pushed the aleino/dni-wasm-build-experiment branch from 6da7673 to 007105a Compare January 3, 2025 13:00
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.

1 participant