Home
last modified time | relevance | path

Searched refs:hello_func (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.c57 own wasm_func_t* hello_func = in main() local
64 const wasm_extern_t* imports[] = { wasm_func_as_extern(hello_func) }; in main()
72 wasm_func_delete(hello_func); in main()
H A Dserialize.c72 own wasm_func_t* hello_func = in main() local
79 const wasm_extern_t* imports[] = { wasm_func_as_extern(hello_func) }; in main()
87 wasm_func_delete(hello_func); in main()
H A Dhello.cc54 auto hello_func = wasm::Func::make(store, hello_type.get(), hello_callback); in run() local
58 wasm::Extern* imports[] = {hello_func.get()}; in run()
H A Dserialize.cc66 auto hello_func = wasm::Func::make(store, hello_type.get(), hello_callback); in run() local
70 wasm::Extern* imports[] = {hello_func.get()}; in run()

Completed in 3 milliseconds