Now that the reference types proposal is implemented in Wasmtime, let's implement it for .NET embeddings!
This means fully supporting the ref values, ref value types, handling reference types in host functions, handling reference types when invoking Wasm functions, and properly rooting .NET GC heap references when passing in and out of WebAssembly.
Now that the reference types proposal is implemented in Wasmtime, let's implement it for .NET embeddings!
This means fully supporting the ref values, ref value types, handling reference types in host functions, handling reference types when invoking Wasm functions, and properly rooting .NET GC heap references when passing in and out of WebAssembly.