Stream: C#/.net-collaboration

Topic: Next meeting


view this post on Zulip Joel Dice (Jun 18 2024 at 14:46):

When is the next SIG-Guest-Languages C# meeting? The last invitation update posted to the Google group expired January 29th; is there a newer one available?

view this post on Zulip Bailey Hayes (Jun 18 2024 at 14:49):

Today in about 20min. We should get this added to the BCA events cal

view this post on Zulip Bailey Hayes (Jun 18 2024 at 14:49):

meet.google.com/qsi-giid-vib

view this post on Zulip Joel Dice (Jun 18 2024 at 15:19):

Not sure if it's started yet, but I'm in "Asking to be let in..." mode at the moment.

view this post on Zulip Bailey Hayes (Jun 18 2024 at 15:24):

Timmy is out and we can't admit. Are you able to join here? https://cosmonic.zoom.us/j/89880401794?pwd=B9n0RSoj3cb7ob3vnQ98XkynpzWJ1h.1

view this post on Zulip James Sturtevant (Jun 18 2024 at 16:25):

@Joel Dice this is the issue with loading the folders https://github.com/bytecodealliance/componentize-dotnet/issues/22

Given a folder of Wit, some of the wit may import other files. For example, wit in wasi-http has imports: https://github.com/WebAssembly/wasi-http/tree/main/wit When you include this in the project...

view this post on Zulip James Sturtevant (Jun 20 2024 at 18:10):

Ends up we can support it just need some msbuild knowloedge. I opened https://github.com/bytecodealliance/componentize-dotnet/pull/24 to document it

Fixes #22

view this post on Zulip James Sturtevant (Jun 20 2024 at 18:10):

Here it is working with your repo: https://github.com/dicej/dotnet9-wasi-http-example/compare/main...jsturtevant:dotnet9-wasi-http-example:use-wasm-sdk?expand=1

Contribute to dicej/dotnet9-wasi-http-example development by creating an account on GitHub.

view this post on Zulip James Sturtevant (Jun 20 2024 at 18:11):

we can remove even more steps from the "build.sh" after resolving: https://github.com/bytecodealliance/componentize-dotnet/issues/25

There are three different types of component adapters, currently we only handle reactor and command and need to support proxy: https://github.com/bytecodealliance/wit-bindgen/tree/main?tab=readme-o...

Last updated: Dec 06 2025 at 06:05 UTC