seed-rs / seed

A Rust framework for creating web apps
MIT License
3.81k stars 155 forks source link

how to integrate with another wasm ? #677

Open BatiGencho opened 2 years ago

BatiGencho commented 2 years ago

I am using seed-rs for a simple SPA, but now need to interact with another wasm file which could be either a simple lib with a function or a more complicated e.g. game which has been exported to a wasm file and needs to be mounted to a canvas element. Is this possible at all using seed-rs ?