/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/wasm-api/example/ |
H A D | hello.c | 58 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | serialize.c | 73 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | callback.c | 100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
|
H A D | threads.c | 42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
|
H A D | multi.c | 83 wasm_func_new(store, callback_type, callback); in main()
|
H A D | table.c | 135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
|
H A D | hostref.c | 164 wasm_func_new(store, callback_type, callback); in main()
|
/dports/lang/v8/v8-9.6.180.12/third_party/wasm-api/example/ |
H A D | hello.c | 58 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | serialize.c | 73 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | callback.c | 100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
|
H A D | threads.c | 42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
|
H A D | multi.c | 83 wasm_func_new(store, callback_type, callback); in main()
|
H A D | table.c | 135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
|
H A D | hostref.c | 164 wasm_func_new(store, callback_type, callback); in main()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/wasm-api/example/ |
H A D | hello.c | 58 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | serialize.c | 73 wasm_func_new(store, hello_type, hello_callback); in main()
|
H A D | callback.c | 100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
|
H A D | threads.c | 42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
|
H A D | multi.c | 83 wasm_func_new(store, callback_type, callback); in main()
|
H A D | table.c | 135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
|
H A D | hostref.c | 164 wasm_func_new(store, callback_type, callback); in main()
|
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/examples/ |
H A D | hello.c | 80 wasm_func_t *hello = wasm_func_new(store, hello_ty, hello_callback); in main()
|
H A D | multi.c | 109 wasm_func_new(store, callback_type, callback); in main()
|
H A D | threads.c | 46 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
|
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/c-api/src/ |
H A D | func.rs | 115 pub extern "C" fn wasm_func_new( in wasm_func_new() function
|