Stream: wasmtime

Topic: wasi components support for .net bindings


view this post on Zulip Carlo Kok (Jan 14 2024 at 08:02):

Does anyone know if/how to use wasi components through the bindings for .net?

And if supported if wit bindings are supported

view this post on Zulip Scott Waye (Jan 15 2024 at 12:42):

.net support for wit bindings is happening in https://github.com/bytecodealliance/wit-bindgen. At present, some basic types are supported and the community is filling out the more complex types currently. NativeAOT (via NativeAOT-LLVM) and mono interpreter are the supported targets.

A language binding generator for WebAssembly interface types - GitHub - bytecodealliance/wit-bindgen: A language binding generator for WebAssembly interface types

Last updated: Nov 22 2024 at 16:03 UTC