6 Commits

Author SHA1 Message Date
oxalica
cdf4e51314 *: format non-generated nix files with nixfmt 1.0 2025-07-22 11:48:01 +08:00
oxalica
06871d5c5f {rust-bin,example}: remove WASI target workaround and fix example
The un-versioned `wasm32-wasi` target is removed in favor of
`wasm32-wasip?` since Rust 1.84. Examples are updated.

The nixpkgs patch for WASI target name remapping is merged in 24.11.
We can also safely remove the workaround.
2025-01-11 13:09:47 +08:00
oxalica
e392f7e3c4 rust-bin: fix missed arguments in fromRustcRev
Fixes #184
2024-09-05 18:09:52 -04:00
oxalica
081f091cd8 {docs,fetch}: fix typos 2024-06-03 04:51:55 -04:00
oxalica
92089b75db *: refactor and bubble up self-dependencies from final/self
Clean up entangled self-references and make inputs explicit through
arguments.
2024-06-03 04:51:55 -04:00
oxalica
37a2fe6c74 *: move internal files into lib subdir
They are not part of our public interfaces and must not be imported
alone.
2024-06-03 01:55:02 -04:00