Hacker News new | ask | show | jobs
by panic 499 days ago
How do you access the contents of a heap reference from JavaScript in order to “send it to a <canvas> or similar”?
1 comments

Assuming 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.