add ComponentType/Lift/Lower derive macro for record types (#4337)
This is the first stage of implementing https://github.com/bytecodealliance/wasmtime/issues/4308, i.e. derive macros for `ComponentType`, `Lift`, and `Lower` for composite types in the component model. This stage only covers records; I expect the other composite types will follow a similar pattern. It borrows heavily from the work Jamey Sharp did in https://github.com/bytecodealliance/wasmtime/pull/4217. Thanks for that, and thanks to both Jamey and Alex Crichton for their excellent review feedback. Thanks also to Brian for pairing up on the initial draft. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
This commit is contained in:
@@ -40,6 +40,7 @@ const CRATES_TO_PUBLISH: &[&str] = &[
|
||||
"wiggle-generate",
|
||||
"wiggle-macro",
|
||||
// wasmtime
|
||||
"wasmtime-component-macro",
|
||||
"wasmtime-jit-debug",
|
||||
"wasmtime-fiber",
|
||||
"wasmtime-environ",
|
||||
|
||||
Reference in New Issue
Block a user