MCPcopy 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
100def align_memory(addr):
101 return (addr + 15) & -16
102
103
104def update_settings_glue(wasm_file, metadata, base_metadata):

Callers 1

set_memoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected