MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / Mutability

Enum Mutability

include/wasm.hh:254–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252// Type attributes
253
254enum class Mutability : uint8_t { CONST, VAR };
255
256struct Limits {
257 uint32_t min;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected