Searched refs:wasm_module_new (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | hello.c | 46 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | finalize.c | 41 own wasm_module_t* module = wasm_module_new(store, &binary); in run_in_store()
|
H A D | serialize.c | 44 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | start.c | 47 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | trap.c | 59 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | callback.c | 89 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | multi.c | 64 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | reflect.c | 111 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | threads.c | 120 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | memory.c | 125 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | table.c | 103 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | hostref.c | 151 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
H A D | global.c | 74 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
|
/third_party/node/deps/v8/third_party/wasm-api/ |
H A D | wasm.h | 387 own wasm_module_t* wasm_module_new(
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 2982 wasm_module_t* wasm_module_new(wasm_store_t* store, in wasm_module_new() function
|
Completed in 10 milliseconds