Home
last modified time | relevance | path

Searched refs:wasm_func_new (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/wasm-api/example/
H A Dhello.c58 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dserialize.c73 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dcallback.c100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
H A Dthreads.c42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
H A Dmulti.c83 wasm_func_new(store, callback_type, callback); in main()
H A Dtable.c135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
H A Dhostref.c164 wasm_func_new(store, callback_type, callback); in main()
/dports/lang/v8/v8-9.6.180.12/third_party/wasm-api/example/
H A Dhello.c58 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dserialize.c73 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dcallback.c100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
H A Dthreads.c42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
H A Dmulti.c83 wasm_func_new(store, callback_type, callback); in main()
H A Dtable.c135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
H A Dhostref.c164 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 Dhello.c58 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dserialize.c73 wasm_func_new(store, hello_type, hello_callback); in main()
H A Dcallback.c100 own wasm_func_t* print_func = wasm_func_new(store, print_type, print_callback); in main()
H A Dthreads.c42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run()
H A Dmulti.c83 wasm_func_new(store, callback_type, callback); in main()
H A Dtable.c135 own wasm_func_t* h = wasm_func_new(store, neg_type, neg_callback); in main()
H A Dhostref.c164 wasm_func_new(store, callback_type, callback); in main()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/examples/
H A Dhello.c80 wasm_func_t *hello = wasm_func_new(store, hello_ty, hello_callback); in main()
H A Dmulti.c109 wasm_func_new(store, callback_type, callback); in main()
H A Dthreads.c46 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 Dfunc.rs115 pub extern "C" fn wasm_func_new( in wasm_func_new() function

12