-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Implementation uses a global variable which is not gcsafe, which can be problematic when we want the assets from a gcsafe context (HTTP server callback for example).
Is it safe to use a {.cast(gcsafe)/}: block? The global variable is kind of read-only and permanent to the lifetime of the application. If so, can the generated code provide a gcsafe getAsset?
Metadata
Metadata
Assignees
Labels
No labels