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

Method Limits

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

Source from the content-addressed store, hash-verified

258 uint32_t max;
259
260 Limits(uint32_t min, uint32_t max = std::numeric_limits<uint32_t>::max()) :
261 min(min), max(max) {}
262};
263
264

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected