Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ build_port
Function
build_port
embuilder.py:180–182 ·
view source on GitHub ↗
(port_name)
Source
from the content-addressed store, hash-verified
178
179
180
def
build_port(port_name):
181
with
get_port_variant(port_name)
as
port_name_base:
182
ports.build_port(port_name_base, settings)
183
184
185
def
get_system_tasks():
Callers
1
main
Function · 0.70
Calls
2
get_port_variant
Function · 0.85
build_port
Method · 0.80
Tested by
no test coverage detected