Skip to content

Implement shared-nothing linking #28

@blaine-arcjet

Description

@blaine-arcjet

Gravity currently operates on a single Wasm file that embeds a component definition in the custom section. This is possible because that's the output of the wit-bindgen guest implementation for Rust.

By only accepting Core Wasm, it allowed us to avoid implement shared-nothing linking. However, if we want to support encoded Components, we'll need to implement this linking and trampolines between them.

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