Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ setInt32
Method
setInt32
book/super-example/wasm_exec.js:124–126 ·
view source on GitHub ↗
(addr, v)
Source
from the content-addressed store, hash-verified
122
}
123
124
const
setInt32 = (addr, v) => {
125
this.mem.setUint32(addr + 0, v, true);
126
}
127
128
const
getInt64 = (addr) => {
129
const
low = this.mem.getUint32(addr + 0, true);
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected