Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ max
Method
max
crates/c-api/src/types.rs:9–15 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
7
8
impl wasm_limits_t {
9
pub(crate) fn max(&self) -> Option<u32> {
10
if self.max == u32::max_value() {
11
None
12
} else {
13
Some(self.max)
14
}
15
}
16
}
17
18
mod arrayref;
Callers
15
xmax32_u
Method · 0.45
xmax32_s
Method · 0.45
xmax64_u
Method · 0.45
xmax64_s
Method · 0.45
vmax8x16_s
Method · 0.45
vmax8x16_u
Method · 0.45
vmax16x8_s
Method · 0.45
vmax16x8_u
Method · 0.45
vmax32x4_s
Method · 0.45
vmax32x4_u
Method · 0.45
main
Function · 0.45
format_hot_blocks
Method · 0.45
Calls
no outgoing calls
Tested by
10
new_memory_with_custom_page_size
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
shared_memory_new
Function · 0.36
shared_memory_ty
Function · 0.36
shared_memory_size
Function · 0.36
shared_memory_grow
Function · 0.36
shared_memory_data_size
Function · 0.36