bytecodealliance / componentize-dotnet

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

Provide a way to pull in Wit files from OCI #28

Closed jsturtevant closed 3 weeks ago

jsturtevant commented 2 months ago

There is work happening to pull the wit files form oci instead of copy and pasting the files into the local project.

There should be a way to pull those files form oci and then run wit-bindgen against those files

see: https://github.com/WebAssembly/WASI/issues/606

jsturtevant commented 1 month ago

cargo component example: https://github.com/bytecodealliance/cargo-component/pull/322