Replies: 1 comment 5 replies
-
not sure if wry is suitable for this use-case but this PR might interest you #778 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
katex-rs
is looking for another JS runtime, so I investigated Wry today.Attractions
Problems
window.ipc.postMessage
and a handler every time a value is wanted.Demo: a REPL-like program
https://github.com/SichangHe/learn_program/blob/a846f80bcffa1b8b30574730206d8e6c6b573110/Rust/wry_test/src/main.rs
Nothing has been done to print the value back, you only get the printing by calling
window.ipc.postMessage
with a string (other values crash it).Beta Was this translation helpful? Give feedback.
All reactions