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

Function save_intermediate_with_wasm

tools/link.py:153–157  ·  view source on GitHub ↗
(name, wasm_binary)

Source from the content-addressed store, hash-verified

151
152
153def save_intermediate_with_wasm(name, wasm_binary):
154 if not DEBUG:
155 return
156 save_intermediate(name) # save the js
157 building.save_intermediate(wasm_binary, name + '.wasm')
158
159
160def base64_encode(filename):

Callers 1

phase_binaryenFunction · 0.85

Calls 1

save_intermediateFunction · 0.70

Tested by

no test coverage detected