Skip to content

Commit 0789367

Browse files
duke-mctron
authored andcommitted
fix: update wasm_opt to support aarch64
- starting with version_117 there is multi-arch support - will make it possible to build on a non-x86 (docker) host like an arm64 MacOS - making 123 default, might break, fallback is possible by explicitly setting it in own Trunk.toml
1 parent 6ec5f70 commit 0789367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Trunk.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sass = "1.69.5"
7878
# Default wasm-bindgen version to download.
7979
wasm_bindgen = "0.2.89"
8080
# Default wasm-opt version to download.
81-
wasm_opt = "version_116"
81+
wasm_opt = "version_123"
8282
# Default tailwindcss-cli version to download.
8383
tailwindcss = "3.3.5"
8484

0 commit comments

Comments
 (0)