MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / base64_encode

Function base64_encode

tools/link.py:160–163  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

158
159
160def base64_encode(filename):
161 data = utils.read_binary(filename)
162 b64 = base64.b64encode(data)
163 return b64.decode('ascii')
164
165
166def align_to_wasm_page_boundary(address):

Callers 3

phase_binaryenFunction · 0.70
get_subresource_locationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected