Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alexander-Barth/FluidSimDemo-WebAssembly
/ MallocArray
Function
MallocArray
julia_wasm_utils.js:18–20 ·
view source on GitHub ↗
(typearray,memory,base,size)
Source
from the content-addressed store, hash-verified
16
}
17
18
export
function
MallocArray(typearray,memory,base,size) {
19
return
MallocArray_elsize(typearray,memory,base,size,1)
20
}
21
22
23
Callers
5
run
Function · 0.90
run
Function · 0.90
run
Function · 0.90
run
Function · 0.90
run
Function · 0.90
Calls
1
MallocArray_elsize
Function · 0.85
Tested by
no test coverage detected