Rust/wasm32, multiple frames

  1. Before ad blockers became agressive, it was fairly easy to have a HTML/JS page pop up a new frame to display additional info.

  2. In a Rust/wasm32 application, when we pop up a new "frame" (a top level window in the window manager), does ORIGINAL_FRAME and CHILD_FRAME have different wasm32 contexts? Or is it possible to have a single wasm32 context control both ORIGINAL_FRAME and CHILD_FRAME ?

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