-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Web] Allow custom bc files in emcc making (#16825)
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`.
- Loading branch information
1 parent
a39067b
commit b4b97f8
Showing
1 changed file
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters