emscripten-core / emscripten-core/emscripten

WASM_OBJECT_FILES=1 deprecated?

Open
#13,742 3 comments 0 reactions 0 assignees View on GitHub
wontfix
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

I am doing whole program analysis in a LLVM pass, which needs the whole program to run through a pass on a single final .bc file. I was using `-s WASM_OBJECT_FILES=0` for that feature, but now it looks like #10643 has deprecated that mode.

My understanding is that the wasm object files do not allow a LLVM analysis tool pass to be run on the high level bitcode format anymore, before it's been lowered to wasm? I am not sure how to proceed without WASM_OBJECT_FILES=1 support anymore. Is there a specific reason that the .bc flow needs to go away?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.