Skip to content

Roadmap: Component Model Support #5549

@kateinoigakukun

Description

@kateinoigakukun

Component Model would be one of the most significant ecosystem changes in WebAssembly: https://bytecodealliance.org/articles/webassembly-the-updated-roadmap-for-developers

Here is a list of topics to utilize Component Model in SwiftWasm:

  1. Support -emit-library with Reactor model
    Currently, we only support -emit-executable, so .wasm binary always have main even though it's compiled with -mexec-model=reactor. We should allow linking .wasm without main entrypoint as a self-contained component. (Note that it does not mean we should support dynamic linking)
  2. We can adopt WASI Preview 2, based on Component Model, using adapters: wasi_snapshot_preview1.wasm
  3. Thanks to C interop, we can already export and import things using Component Model compatible tools using wit-bindgen's C code generator. If we can add Swift code generator to the wit-bindgen, it would be much easier to utilize the Component Model in Swift world.

Links

https://bytecodealliance.org/articles/component-model-tooling-compatibility

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