seed icon indicating copy to clipboard operation
seed copied to clipboard

how to integrate with another wasm ?

Open BatiGencho opened this issue 3 years ago • 0 comments

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 ?

BatiGencho avatar Jun 03 '22 12:06 BatiGencho