alpha
Login
or
Join now
utensil.tngl.sh
/
forest
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Utensil's Zettelkasten-style forest of evergreen notes on math and tech.
utensil.tngl.sh/forest/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
forest
/
nix
1 folder
at
main
utensil
experiment(spindle-ci): iter 9 — wasm-opt --all-features (replace bulk-memory only)
1mo ago
b9eb71e2
patches
experiment(spindle-ci): iter 9 — wasm-opt --all-features (replace bulk-memory only) Iter 8 hit a fresh wasm-validator error after bulk-memory was unblocked: 'i32.trunc_sat_f32_u … all used features should be allowed' (the nontrapping-fptoint feature, also default-on for wasm32 in Rust 1.82+). Same pattern: Rust enables defaults; binaryen wasm-validator rejects. Per utensil/forest#55, replace the explicit flag list with --all-features. Updates wgputoy-wasm-opt-bulk-memory.patch's hunk: wasm-opt args become ['-O', '--all-features'] in the appended [package.metadata.wasm-pack. profile.release] block. Verified clean roundtrip apply.
1 month ago