Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ lowered
Method
lowered
crates/test-util/src/component_fuzz.rs:686–690 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
684
685
impl Type {
686
fn lowered(&self) -> Vec<CoreType> {
687
let mut vec = Vec::new();
688
self.lower(&mut vec);
689
vec
690
}
691
692
fn lower(&self, vec: &mut Vec<CoreType>) {
693
match self {
Callers
5
store_flat
Method · 0.80
store_flat_helper
Method · 0.80
load_flat_helper
Method · 0.80
lower_variant
Function · 0.80
make_import_and_export
Function · 0.80
Calls
2
new
Function · 0.50
lower
Method · 0.45
Tested by
no test coverage detected