Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Expose interfaces of an import Wasm module by macro #134

@mikevoronov

Description

@mikevoronov

At the moment, to import Wasm module into service project, it's necessary to list all it's interfaces in code. But it could be difficult to do since a Wasm module could contain a lot of export functions. The more handy way to do that is to introduce a new macro that could collect all export functions from a Wasm binary and expose them to code.

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