Skip to content

enable wasm gc, exceptions, and function references #51

@markfisher

Description

@markfisher

these are needed to support Kotlin which is adding Component Model support!

in the runtime/host.rs Engine config, add:

config.wasm_gc(true);
config.wasm_exceptions(true);
config.wasm_function_references(tru

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions