Skip to content

Commit

Permalink
add split linked modules environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 15, 2024
1 parent 3242eb7 commit 24a6917
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ env:
CARGO_TERM_COLOR: always
WASM_BINDGEN_TEST_TIMEOUT: 120
WASM_BINDGEN_TEST_ONLY_WEB: 1
WASM_BINDGEN_SPLIT_LINKED_MODULES: 1
jobs:
test:
name: Test
runs-on: warp-ubuntu-latest-x64-8x
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: jetli/[email protected]
with:
version: 'latest'
- uses: taiki-e/install-action@wasm-bindgen
- name: Cache
uses: Swatinem/rust-cache@v2
with:
Expand Down
33 changes: 16 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24a6917

Please sign in to comment.