Skip to content

Commit

Permalink
Disable wasm-opt.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Oct 19, 2024
1 parent d4cbeca commit 22246a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-09-10
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Download Testing Data
Expand Down
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Rustrict</title>
<meta name="viewport" content="width=device-width, initial-scale=2" />
<link data-trunk rel="rust" data-wasm-opt="z" data-no-demangle/>
<link data-trunk rel="rust" data-wasm-opt="0" data-no-demangle/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
Expand Down

0 comments on commit 22246a0

Please sign in to comment.