Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ make_uninitialized
Method
make_uninitialized
crates/c-api/include/wasm.hh:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static auto make_uninitialized(size_t size = 0) -> vec {
146
return vec(size);
147
}
148
149
static auto make(size_t size, T init[]) -> vec {
150
auto v = vec(size);
Callers
nothing calls this directly
Calls
1
vec
Class · 0.85
Tested by
no test coverage detected