Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ spawn_interrupt
Function
spawn_interrupt
examples/interrupt.c:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
#ifdef _WIN32
19
static void spawn_interrupt(wasm_engine_t *engine) {
20
wasmtime_engine_increment_epoch(engine);
21
}
22
#else
23
#include <pthread.h>
24
#include <time.h>
Callers
1
main
Function · 0.85
Calls
2
wasmtime_engine_increment_epoch
Function · 0.85
assert
Function · 0.85
Tested by
no test coverage detected