Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/llrt
/ build
Method
build
llrt_modules/src/module_builder.rs:222–228 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
220
}
221
222
pub fn build(self) -> (ModuleResolver, ModuleLoader, GlobalAttachment) {
223
(
224
self.module_resolver,
225
self.module_loader,
226
self.global_attachment,
227
)
228
}
229
}
Callers
6
buildLibrary
Function · 0.45
buildSdks
Function · 0.45
buildReact
Function · 0.45
buildExternalSdkFunction
Function · 0.45
from_options
Method · 0.45
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected