Surfing on wave.. WASM

Adam D. Ruppe destructionator at gmail.com
Mon May 27 22:37:36 UTC 2019


On Monday, 27 May 2019 at 21:41:24 UTC, KnightMare wrote:
> are u sure that need something like retain/release?

The idea there is to use objects created in javascript without 
leaking the resources forever. Not sure if it really works but it 
at least has a good chance of working well.

> I find another blog with strings in wasm interop.

strings are pretty easy, i was more interested in native objects 
from the JS side like dom elements.


More information about the Digitalmars-d mailing list