Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
enum class Mutability : uint8_t { CONST, VAR };
255
256
struct Limits {
257
uint32_t min;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected