Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ env_module
Method
env_module
crates/wasmtime/src/runtime/module.rs:652–654 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
650
}
651
652
pub(crate) fn env_module(&self) -> &Arc<wasmtime_environ::Module> {
653
self.compiled_module().module()
654
}
655
656
pub(crate) fn types(&self) -> &ModuleTypes {
657
self.inner.code.module_types()
Callers
3
resources_required
Method · 0.45
functions
Method · 0.45
cow_on_by_default
Function · 0.45
Calls
2
compiled_module
Method · 0.80
module
Method · 0.45
Tested by
no test coverage detected