Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ context
Method
context
crates/c-api/src/store.rs:34–36 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
32
33
impl WasmStoreRef {
34
pub unsafe fn context(&self) -> WasmStoreContext<'_> {
35
(*self.store.get()).as_context()
36
}
37
38
pub unsafe fn context_mut(&mut self) -> WasmStoreContextMut<'_> {
39
(*self.store.get()).as_context_mut()
Callers
15
add_wasmtime_wasi_to_linker
Method · 0.45
disas
Function · 0.45
disas_pulley
Function · 0.45
execute
Method · 0.45
read_cwasm
Method · 0.45
execute
Method · 0.45
run_perf_record
Method · 0.45
run_perf_script
Method · 0.45
execute_async
Method · 0.45
run_command_component
Method · 0.45
handle_core_dump
Method · 0.45
find_tests
Function · 0.45
Calls
2
as_context
Method · 0.45
get
Method · 0.45
Tested by
15
test_invoke_func_via_table
Function · 0.36
spawn
Method · 0.36
_finish
Method · 0.36
send_request_with
Method · 0.36
start_requests
Method · 0.36
p2_cli_serve_echo_env
Function · 0.36
p2_cli_serve_header_replaces_request_header
Function · 0.36
p2_cli_serve_header_file
Function · 0.36
p2_cli_serve_outgoing_body_config
Function · 0.36
p2_cli_serve_respect_pooling_options
Function · 0.36
p2_cli_serve_quick_rebind_allowed
Function · 0.36
p2_cli_serve_with_print
Function · 0.36