Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ update_struct_info
Function
update_struct_info
tools/update_emscripten.py:80–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
79
80
def
update_struct_info() -> None:
81
run([
"make"
,
"update_struct_info"
], cwd=EMSDK)
82
83
84
def
commit(newtag) -> None:
Callers
1
main
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…