wasmtime icon indicating copy to clipboard operation
wasmtime copied to clipboard

wasmtime(gc): Add support for struct types

Open fitzgen opened this issue 3 months ago • 0 comments

Similar to https://github.com/bytecodealliance/wasmtime/pull/8481 but for struct types instead of array types.

Note that this is support for only defining these types in Wasm or the host; we don't support allocating instances of these types yet. That will come in follow up PRs.

fitzgen avatar Apr 29 '24 20:04 fitzgen