MCPcopy Create free account
hub / github.com/WebAssembly/wabt / wasm_rt_init_thread

Function wasm_rt_init_thread

wasm2c/wasm-rt-impl.c:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void wasm_rt_init_thread(void) {
316#if WASM_RT_STACK_EXHAUSTION_HANDLER
317 os_allocate_and_install_altstack();
318#endif
319}
320
321void wasm_rt_free_thread(void) {
322#if WASM_RT_STACK_EXHAUSTION_HANDLER

Callers 2

wasm_rt_initFunction · 0.85
do_threadFunction · 0.85

Calls 1

Tested by

no test coverage detected