Mixing cljs and rust/wasm32

  1. I'm willing to operate under the following constraint:
cljs objs can point to cljs objs
cljs objs can point to rust objs
rust objs can ONLY point to rust objs
in particular, rust objs can NOT point to cljs objs
  1. Conditioned on the above, is there a nice way to mix Rust & Cljs? [The above should get rid of GC / RC loop issues.]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.