8 ms·
How do you access the contents of a heap reference from JavaScript in order to “send it to a <canvas> or similar”?
by panic 2y ago
How do you access the contents of a heap reference from JavaScript in order to “send it to a <canvas> or similar”?
- davexunit 2y agoAssuming you're talking about reading binary data like (array i8), the GC MVP doesn't have a great answer right now. Have to call back into wasm to read the bytes. Something for the group to address in future proposals. Sharing between wasm modules is better right now.