Home
last modified time | relevance | path

Searched refs:hello_callback (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/examples/
H A Dhello.c19 static wasm_trap_t *hello_callback(void *env, wasmtime_caller_t *caller, in hello_callback() function
85 wasmtime_func_new(context, hello_ty, hello_callback, NULL, NULL, &hello); in main()
H A Dserialize.c20 static wasm_trap_t *hello_callback(void *env, wasmtime_caller_t *caller, in hello_callback() function
110 wasmtime_func_new(context, hello_ty, hello_callback, NULL, NULL, &hello); in deserialize()