Commit 0610548
committed
fix: resolve Rust LTO compatibility issues with WebAssembly builds
Remove LTO configuration from CLI tool example that conflicts with
WebAssembly embed-bitcode settings. The error was:
"options '-C embed-bitcode=no' and '-C lto' are incompatible"
Add missing chrono dependency for date/time operations in examples.
This addresses one of the three main CI failure categories preventing
100% success rate on macOS and Linux builds.1 parent 751e677 commit 0610548
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments