notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit cb2cfed9c89fccfe3827a21e95c9c8b2cd6e7208
parent 21f21eaa60b7c07c1d5e48c6d955ae7f7aaaa22d
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 27 Feb 2026 07:18:24 -0800

chrome: fix wasm build

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_chrome/src/chrome.rs | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crates/notedeck_chrome/src/chrome.rs b/crates/notedeck_chrome/src/chrome.rs @@ -164,7 +164,8 @@ impl Chrome { notedeck_ref.app_ctx.path, ); #[cfg(feature = "wasm")] - let wasm_dir = context + let wasm_dir = notedeck_ref + .app_ctx .path .path(notedeck::DataPathType::Cache) .join("wasm_apps");