Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dglobal.c95 wasm_global_new(store, const_f32_type, &val_f32_1); in main()
98 wasm_global_new(store, const_i64_type, &val_i64_2); in main()
101 wasm_global_new(store, var_f32_type, &val_f32_3); in main()
104 wasm_global_new(store, var_i64_type, &val_i64_4); in main()
H A Dthreads.c48 own wasm_global_t* global = wasm_global_new(store, global_type, &val); in run()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h426 own wasm_global_t* wasm_global_new(
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc3087 wasm_global_t* wasm_global_new(wasm_store_t* store, in wasm_global_new() function

Completed in 7 milliseconds