Skip to content

Should there be an extern "wasm" ABI? #29

Closed
@fitzgen

Description

@fitzgen

It would make compile-time errors if you tried to pass something that can't be passed across FFI boundaries in wasm, but can in C, such as structs.

Maybe this already exists and I'm ignorant of it?

Anyways, if feels weird to expose wasm APIs with extern "C".

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