Skip to content

implementation is not gcsafe #16

@mildred

Description

@mildred

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions