I was playing around with the examples because I was interested in replacing some of my chrome extensions with one of the Haskell frameworks (Miso or Reflex).
But with both, I ran into the problem that the generated post link JS contains eval and new Function as soon as one of the Frameworks is used via JSFFI.
Unfortunately this requires unsafe-eval, which is not allowed for chrome extensions.
Is there a way to work around this?
(I tested as well Rust (leptos) apps with the wasm file, which works just fine)