From 74d87b5f6fd399cf4593abd441fd703f817aa77a Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 10 Nov 2023 19:39:53 -0600 Subject: [PATCH] Add final notes --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 82df0d1..2c92799 100644 --- a/readme.md +++ b/readme.md @@ -13,3 +13,10 @@ I think I value being small too much. Or perhaps the runtime does indeed provide - What does lunatic include? (29MB, 22MB stripped) - What all does submillisecond and sms_live include? (probably not much since the wasm bytecode is 1.2MB, but even that is pretty large IMO) +---- + +I also found that sending messages to a LiveView process was troublesome -- as in, I couldn't figure it out. + +https://discord.com/channels/779332282531184680/1013844381683417138/1172673863839137883 + +At this point, I think I shall turn to "normal" async Rust