Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ wasm_limits_t
Class
wasm_limits_t
include/wasm.h:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
};
157
158
typedef struct wasm_limits_t {
159
uint32_t min;
160
uint32_t max;
161
} wasm_limits_t;
162
163
static const uint32_t wasm_limits_max_default = 0xffffffff;
164
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected