MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / builder

Function builder

cranelift/native/src/lib.rs:16–18  ·  view source on GitHub ↗

Return an `isa` builder configured for the current host machine, or `Err(())` if the host machine is not supported in the current configuration.

()

Source from the content-addressed store, hash-verified

14/// machine, or `Err(())` if the host machine is not supported
15/// in the current configuration.
16pub fn builder() -> Result<isa::Builder, &'static str> {
17 builder_with_options(true)
18}
19
20/// Return an `isa` builder configured for the current host
21/// machine, or `Err(())` if the host machine is not supported

Callers 15

testFunction · 0.70
with_default_host_isaMethod · 0.50
nopFunction · 0.50
trampolinesFunction · 0.50
sample_functionFunction · 0.50
memcmpFunction · 0.50
small_memcmp_helperFunction · 0.50
try_callFunction · 0.50
br_table_with_argsFunction · 0.50
unreachable_useFunction · 0.50

Calls 1

builder_with_optionsFunction · 0.85

Tested by 15

testFunction · 0.56
nopFunction · 0.40
trampolinesFunction · 0.40
memcmpFunction · 0.40
try_callFunction · 0.40
br_table_with_argsFunction · 0.40
unreachable_useFunction · 0.40
nopFunction · 0.40
isaFunction · 0.40
switch_errorFunction · 0.40