internal/cm: update to go.bytecodealliance.org/cm@v0.2.0

This commit is contained in:
Randy Reddig
2025-03-15 22:01:26 -07:00
committed by Ron Evans
parent 7755780a49
commit 429aea8e74
14 changed files with 494 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Package cm contains types and functions for interfacing with the WebAssembly Component Model.
// Package cm provides types and functions for interfacing with the WebAssembly Component Model.
//
// The types in this package (such as [List], [Option], [Result], and [Variant]) are designed to match the memory layout
// of [Component Model] types as specified in the [Canonical ABI].