Open
Description
Refs have a similar issue to linear memory: there's a non-freeable linear memory and there's a WIP GC proposal that entirely offloads the memory management to the runtime. Where this seeks to provide a way to manage blocks of linear-like memory, a similar story would be very useful for refs for embedded users (where memory constraints may render GC impractical) and WASI server writers (where scaling based on memory usage is very desirable).
Note: I'm not recommending any particular API for this (much less mmap
-like APIs in particular), just that it's a problem space that should be looked into.
Metadata
Metadata
Assignees
Labels
No labels