MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / config

Method config

crates/tinywasm/src/engine.rs:33–35  ·  view source on GitHub ↗

Get a reference to the engine's configuration

(&self)

Source from the content-addressed store, hash-verified

31
32 /// Get a reference to the engine's configuration
33 pub fn config(&self) -> &Config {
34 &self.config
35 }
36}
37
38/// Fuel accounting policy for budgeted execution.

Callers 6

newMethod · 0.80
charge_call_fuelMethod · 0.80
exec_memory_growMethod · 0.80
newMethod · 0.80
init_memoriesMethod · 0.80
init_lazy_memoriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected