Searched refs:hello_callback (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/examples/ |
| H A D | hello.c | 19 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 D | serialize.c | 20 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()
|