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 ?
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 ?