bytecodealliance / componentize-dotnet

Tooling for creating WebAssembly components from C#
Apache License 2.0
19 stars 8 forks source link

Remove calls to `wasm-tools component new` and generate wasi 0.2.0 component directly #26

Closed jsturtevant closed 3 weeks ago

jsturtevant commented 2 months ago

After https://github.com/dotnet/runtimelab/pull/2614 merges, we will no longer need to call component new as the compiler will produce wasi p2 components directly.

This is an issue to track that change once the pr merges

jsturtevant commented 3 weeks ago

We will still want to include wasm-tools to do things like "compose" together two modules. See https://github.com/bytecodealliance/componentize-dotnet/tree/main/samples/calculator/CalculatorComposed as an example