mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
9 lines
501 B
Go
9 lines
501 B
Go
// 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].
|
|
//
|
|
// [Component Model]: https://component-model.bytecodealliance.org/introduction.html
|
|
// [Canonical ABI]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#alignment
|
|
package cm
|