about summary refs log tree commit diff
path: root/tvix/docs/src/TODO.md
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-06-14T15·31+0300
committerclbot <clbot@tvl.fyi>2024-06-15T04·02+0000
commitcd0b92419a8c27fe6556cc3fc6acaf3fed7a50d6 (patch)
treee176db36b0df7aa9562f8ba20aff46ca6ec36474 /tvix/docs/src/TODO.md
parent86928b5e7f7a6e19035ffc55ca70f419ab470cfb (diff)
docs(tvix/TODO): dibs on crate2nix WASM r/8279
Change-Id: Idde9aaa31ecaa9570559ffe3271bc23b7a71133c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11820
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Diffstat (limited to '')
-rw-r--r--tvix/docs/src/TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md
index d667a6540e..10fb08cab0 100644
--- a/tvix/docs/src/TODO.md
+++ b/tvix/docs/src/TODO.md
@@ -25,7 +25,7 @@ sure noone is working on this, or has some specific design in mind already.
    with a different level of `--strict`, but the toplevel doc-comment suggests
    its generic?
 
-### crate2nix for WASM
+### crate2nix for WASM (@kranzes)
 Most of Tvix is living inside a `//tvix` cargo workspace, and we use `crate2nix`
 as a build system, to get crate-level build granularity (and caching), keeping
 compile times somewhat manageable.