Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ align_memory
Function
align_memory
tools/emscripten.py:100–101 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
98
99
100
def
align_memory(addr):
101
return
(addr + 15) & -16
102
103
104
def
update_settings_glue(wasm_file, metadata, base_metadata):
Callers
1
set_memory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected