Skip to content

Does the current version support compiling to Wasm-GC? #2335

@akldc

Description

@akldc

I tried compiling the following simple program, as you presented on WasmIO:

module WasmIO

provide let apply = (f, x) => f(x)
grain compile --wat apply1.gr

However, the compilation result is still a wasm file that doesn't contain wasm-gc instructions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions