Hacker News new | past | comments | ask | show | jobs | submit login

> interior pointers, pinning, value types etc.

WASM still grants access to a PL to simply decide to allocate a byte and manage it itself. interior pointers and value types seem like they could be handled by reference counting + native memory allocation. Much like Python is trying to do to introduce tracing GC. Use RC when you can't use the tracing GC.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: