Skip to content

[Web] Allow custom bc files in emcc making#16825

Merged
MasterJH5574 merged 2 commits intoapache:mainfrom
CharlieFRuan:pr-0330-emcc-make
Apr 1, 2024
Merged

[Web] Allow custom bc files in emcc making#16825
MasterJH5574 merged 2 commits intoapache:mainfrom
CharlieFRuan:pr-0330-emcc-make

Conversation

@CharlieFRuan
Copy link
Copy Markdown
Member

@CharlieFRuan CharlieFRuan commented Mar 30, 2024

When running emcc for building a wasm, we currently only pass in libraries wasm_runtime.bc, tvmjs_support.bc, and webgpu_runtime.bc. This PR allows users to optionally pass in their own .bc files by adding a kwarg libs.

@CharlieFRuan
Copy link
Copy Markdown
Member Author

cc @tqchen

Comment thread python/tvm/contrib/emcc.py Outdated
@MasterJH5574 MasterJH5574 merged commit b4b97f8 into apache:main Apr 1, 2024
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
When running `emcc` for building a wasm, we currently only pass
in libraries `wasm_runtime.bc`, `tvmjs_support.bc`, and
`webgpu_runtime.bc`. This PR allows users to optionally pass
in their own `.bc` files by adding a kwarg `libs`.
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.

3 participants