Skip to content

Commit 5ca5b9f

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@f0209e3 🚀
1 parent e02ed52 commit 5ca5b9f

File tree

4 files changed

+86
-86
lines changed

4 files changed

+86
-86
lines changed

examples/webgl2.js

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -313,44 +313,44 @@ function getArrayI8FromWasm0(ptr, len) {
313313
ptr = ptr >>> 0;
314314
return getInt8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
315315
}
316-
function __wbg_adapter_10(arg0, arg1, arg2) {
317-
wasm.closure477_externref_shim(arg0, arg1, arg2);
316+
function __wbg_adapter_6(arg0, arg1, arg2) {
317+
wasm.closure772_externref_shim(arg0, arg1, arg2);
318318
}
319319

320-
function __wbg_adapter_13(arg0, arg1, arg2) {
321-
wasm.closure773_externref_shim(arg0, arg1, arg2);
320+
function __wbg_adapter_9(arg0, arg1) {
321+
wasm.wasm_bindgen__convert__closures_____invoke__h05d4bf13764f056c(arg0, arg1);
322322
}
323323

324-
function __wbg_adapter_18(arg0, arg1, arg2, arg3) {
325-
wasm.closure475_externref_shim(arg0, arg1, arg2, arg3);
324+
function __wbg_adapter_12(arg0, arg1, arg2) {
325+
wasm.closure771_externref_shim(arg0, arg1, arg2);
326326
}
327327

328-
function __wbg_adapter_21(arg0, arg1) {
329-
wasm.wasm_bindgen__convert__closures_____invoke__h05d4bf13764f056c(arg0, arg1);
328+
function __wbg_adapter_19(arg0, arg1, arg2) {
329+
wasm.closure337_externref_shim(arg0, arg1, arg2);
330330
}
331331

332-
function __wbg_adapter_26(arg0, arg1, arg2) {
333-
wasm.closure845_externref_shim(arg0, arg1, arg2);
332+
function __wbg_adapter_22(arg0, arg1, arg2, arg3) {
333+
wasm.closure339_externref_shim(arg0, arg1, arg2, arg3);
334334
}
335335

336-
function __wbg_adapter_31(arg0, arg1, arg2) {
337-
wasm.closure771_externref_shim(arg0, arg1, arg2);
336+
function __wbg_adapter_37(arg0, arg1, arg2) {
337+
wasm.closure770_externref_shim(arg0, arg1, arg2);
338338
}
339339

340-
function __wbg_adapter_34(arg0, arg1, arg2) {
341-
wasm.closure774_externref_shim(arg0, arg1, arg2);
340+
function __wbg_adapter_42(arg0, arg1, arg2) {
341+
wasm.closure845_externref_shim(arg0, arg1, arg2);
342342
}
343343

344-
function __wbg_adapter_39(arg0, arg1, arg2) {
345-
wasm.closure772_externref_shim(arg0, arg1, arg2);
344+
function __wbg_adapter_45(arg0, arg1, arg2) {
345+
wasm.closure773_externref_shim(arg0, arg1, arg2);
346346
}
347347

348-
function __wbg_adapter_46(arg0, arg1, arg2) {
349-
wasm.closure473_externref_shim(arg0, arg1, arg2);
348+
function __wbg_adapter_48(arg0, arg1, arg2) {
349+
wasm.closure774_externref_shim(arg0, arg1, arg2);
350350
}
351351

352-
function __wbg_adapter_49(arg0, arg1, arg2) {
353-
wasm.closure770_externref_shim(arg0, arg1, arg2);
352+
function __wbg_adapter_51(arg0, arg1, arg2) {
353+
wasm.closure341_externref_shim(arg0, arg1, arg2);
354354
}
355355

356356
const __wbindgen_enum_ResizeObserverBoxOptions = ["border-box", "content-box", "device-pixel-content-box"];
@@ -1926,29 +1926,39 @@ function __wbg_get_imports() {
19261926
const ret = arg0.width;
19271927
return ret;
19281928
};
1929+
imports.wbg.__wbindgen_cast_0cb618eb4ff45664 = function(arg0, arg1) {
1930+
// Cast intrinsic for `Closure(Closure { dtor_idx: 336, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 337, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1931+
const ret = makeMutClosure(arg0, arg1, 336, __wbg_adapter_19);
1932+
return ret;
1933+
};
19291934
imports.wbg.__wbindgen_cast_210f7c9393c7bc4a = function(arg0, arg1) {
19301935
// Cast intrinsic for `Closure(Closure { dtor_idx: 738, function: Function { arguments: [], shim_idx: 769, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1931-
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_21);
1936+
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_9);
19321937
return ret;
19331938
};
19341939
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
19351940
// Cast intrinsic for `Ref(String) -> Externref`.
19361941
const ret = getStringFromWasm0(arg0, arg1);
19371942
return ret;
19381943
};
1939-
imports.wbg.__wbindgen_cast_3bf627a43eedc54b = function(arg0, arg1) {
1940-
// Cast intrinsic for `Closure(Closure { dtor_idx: 476, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 477, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1941-
const ret = makeMutClosure(arg0, arg1, 476, __wbg_adapter_10);
1942-
return ret;
1943-
};
19441944
imports.wbg.__wbindgen_cast_44a5fbd39bcde7b1 = function(arg0, arg1) {
19451945
// Cast intrinsic for `Closure(Closure { dtor_idx: 736, function: Function { arguments: [NamedExternref("Event")], shim_idx: 772, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1946-
const ret = makeMutClosure(arg0, arg1, 736, __wbg_adapter_39);
1946+
const ret = makeMutClosure(arg0, arg1, 736, __wbg_adapter_6);
1947+
return ret;
1948+
};
1949+
imports.wbg.__wbindgen_cast_676384c61d38840e = function(arg0, arg1) {
1950+
// Cast intrinsic for `Closure(Closure { dtor_idx: 340, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 341, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1951+
const ret = makeMutClosure(arg0, arg1, 340, __wbg_adapter_51);
19471952
return ret;
19481953
};
19491954
imports.wbg.__wbindgen_cast_70e25009561e94df = function(arg0, arg1) {
19501955
// Cast intrinsic for `Closure(Closure { dtor_idx: 844, function: Function { arguments: [Externref], shim_idx: 845, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1951-
const ret = makeMutClosure(arg0, arg1, 844, __wbg_adapter_26);
1956+
const ret = makeMutClosure(arg0, arg1, 844, __wbg_adapter_42);
1957+
return ret;
1958+
};
1959+
imports.wbg.__wbindgen_cast_713cf8e9d469a107 = function(arg0, arg1) {
1960+
// Cast intrinsic for `Closure(Closure { dtor_idx: 338, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 339, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1961+
const ret = makeMutClosure(arg0, arg1, 338, __wbg_adapter_22);
19521962
return ret;
19531963
};
19541964
imports.wbg.__wbindgen_cast_7c316abdc43840a3 = function(arg0, arg1) {
@@ -1958,29 +1968,19 @@ function __wbg_get_imports() {
19581968
};
19591969
imports.wbg.__wbindgen_cast_8c80eb5392fed215 = function(arg0, arg1) {
19601970
// Cast intrinsic for `Closure(Closure { dtor_idx: 734, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 771, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1961-
const ret = makeMutClosure(arg0, arg1, 734, __wbg_adapter_31);
1971+
const ret = makeMutClosure(arg0, arg1, 734, __wbg_adapter_12);
19621972
return ret;
19631973
};
19641974
imports.wbg.__wbindgen_cast_9575fb55a66c262b = function(arg0, arg1) {
19651975
// Cast intrinsic for `Ref(Slice(I32)) -> NamedExternref("Int32Array")`.
19661976
const ret = getArrayI32FromWasm0(arg0, arg1);
19671977
return ret;
19681978
};
1969-
imports.wbg.__wbindgen_cast_b263c012c4f6b096 = function(arg0, arg1) {
1970-
// Cast intrinsic for `Closure(Closure { dtor_idx: 474, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 475, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1971-
const ret = makeMutClosure(arg0, arg1, 474, __wbg_adapter_18);
1972-
return ret;
1973-
};
19741979
imports.wbg.__wbindgen_cast_bbb4883c6389f1de = function(arg0, arg1) {
19751980
// Cast intrinsic for `Ref(Slice(U16)) -> NamedExternref("Uint16Array")`.
19761981
const ret = getArrayU16FromWasm0(arg0, arg1);
19771982
return ret;
19781983
};
1979-
imports.wbg.__wbindgen_cast_bcb3317276cef4fd = function(arg0, arg1) {
1980-
// Cast intrinsic for `Closure(Closure { dtor_idx: 472, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 473, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1981-
const ret = makeMutClosure(arg0, arg1, 472, __wbg_adapter_46);
1982-
return ret;
1983-
};
19841984
imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
19851985
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
19861986
const ret = getArrayU8FromWasm0(arg0, arg1);
@@ -2003,12 +2003,12 @@ function __wbg_get_imports() {
20032003
};
20042004
imports.wbg.__wbindgen_cast_eaa6fa9dada20a90 = function(arg0, arg1) {
20052005
// Cast intrinsic for `Closure(Closure { dtor_idx: 739, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 774, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2006-
const ret = makeMutClosure(arg0, arg1, 739, __wbg_adapter_34);
2006+
const ret = makeMutClosure(arg0, arg1, 739, __wbg_adapter_48);
20072007
return ret;
20082008
};
20092009
imports.wbg.__wbindgen_cast_fa080c5e21d14348 = function(arg0, arg1) {
20102010
// Cast intrinsic for `Closure(Closure { dtor_idx: 737, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 773, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2011-
const ret = makeMutClosure(arg0, arg1, 737, __wbg_adapter_13);
2011+
const ret = makeMutClosure(arg0, arg1, 737, __wbg_adapter_45);
20122012
return ret;
20132013
};
20142014
imports.wbg.__wbindgen_cast_feefb5fadd6457fd = function(arg0, arg1) {
@@ -2018,7 +2018,7 @@ function __wbg_get_imports() {
20182018
};
20192019
imports.wbg.__wbindgen_cast_ff4dfb5df7ad3f78 = function(arg0, arg1) {
20202020
// Cast intrinsic for `Closure(Closure { dtor_idx: 735, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 770, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2021-
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_49);
2021+
const ret = makeMutClosure(arg0, arg1, 735, __wbg_adapter_37);
20222022
return ret;
20232023
};
20242024
imports.wbg.__wbindgen_init_externref_table = function() {

examples/webgl2_bg.wasm

4.81 KB
Binary file not shown.

examples/webgpu.js

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -244,47 +244,47 @@ function makeMutClosure(arg0, arg1, dtor, f) {
244244
return real;
245245
}
246246
function __wbg_adapter_6(arg0, arg1, arg2) {
247-
wasm.closure49_externref_shim(arg0, arg1, arg2);
248-
}
249-
250-
function __wbg_adapter_11(arg0, arg1, arg2) {
251-
wasm.closure51_externref_shim(arg0, arg1, arg2);
252-
}
253-
254-
function __wbg_adapter_14(arg0, arg1, arg2) {
255247
wasm.closure752_externref_shim(arg0, arg1, arg2);
256248
}
257249

258-
function __wbg_adapter_17(arg0, arg1) {
259-
wasm.wasm_bindgen__convert__closures_____invoke__h55585bb753588d83(arg0, arg1);
250+
function __wbg_adapter_15(arg0, arg1, arg2) {
251+
wasm.closure750_externref_shim(arg0, arg1, arg2);
260252
}
261253

262-
function __wbg_adapter_20(arg0, arg1, arg2) {
263-
wasm.closure750_externref_shim(arg0, arg1, arg2);
254+
function __wbg_adapter_18(arg0, arg1, arg2) {
255+
wasm.closure118_externref_shim(arg0, arg1, arg2);
264256
}
265257

266-
function __wbg_adapter_25(arg0, arg1, arg2) {
258+
function __wbg_adapter_21(arg0, arg1, arg2) {
267259
wasm.closure994_externref_shim(arg0, arg1, arg2);
268260
}
269261

270-
function __wbg_adapter_28(arg0, arg1, arg2) {
271-
wasm.closure749_externref_shim(arg0, arg1, arg2);
262+
function __wbg_adapter_24(arg0, arg1, arg2, arg3) {
263+
wasm.closure120_externref_shim(arg0, arg1, arg2, arg3);
264+
}
265+
266+
function __wbg_adapter_27(arg0, arg1, arg2) {
267+
wasm.closure116_externref_shim(arg0, arg1, arg2);
272268
}
273269

274-
function __wbg_adapter_31(arg0, arg1, arg2) {
270+
function __wbg_adapter_30(arg0, arg1, arg2) {
275271
wasm.closure751_externref_shim(arg0, arg1, arg2);
276272
}
277273

278-
function __wbg_adapter_34(arg0, arg1, arg2, arg3) {
279-
wasm.closure53_externref_shim(arg0, arg1, arg2, arg3);
274+
function __wbg_adapter_33(arg0, arg1, arg2) {
275+
wasm.closure1011_externref_shim(arg0, arg1, arg2);
280276
}
281277

282-
function __wbg_adapter_37(arg0, arg1, arg2) {
278+
function __wbg_adapter_36(arg0, arg1, arg2) {
283279
wasm.closure753_externref_shim(arg0, arg1, arg2);
284280
}
285281

286-
function __wbg_adapter_40(arg0, arg1, arg2) {
287-
wasm.closure1011_externref_shim(arg0, arg1, arg2);
282+
function __wbg_adapter_39(arg0, arg1, arg2) {
283+
wasm.closure749_externref_shim(arg0, arg1, arg2);
284+
}
285+
286+
function __wbg_adapter_42(arg0, arg1) {
287+
wasm.wasm_bindgen__convert__closures_____invoke__h55585bb753588d83(arg0, arg1);
288288
}
289289

290290
const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
@@ -2236,67 +2236,67 @@ function __wbg_get_imports() {
22362236
};
22372237
imports.wbg.__wbindgen_cast_2b97e819b4bb7831 = function(arg0, arg1) {
22382238
// Cast intrinsic for `Closure(Closure { dtor_idx: 1010, function: Function { arguments: [Externref], shim_idx: 1011, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2239-
const ret = makeMutClosure(arg0, arg1, 1010, __wbg_adapter_40);
2240-
return ret;
2241-
};
2242-
imports.wbg.__wbindgen_cast_433ce8df44576a50 = function(arg0, arg1) {
2243-
// Cast intrinsic for `Closure(Closure { dtor_idx: 48, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 49, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2244-
const ret = makeMutClosure(arg0, arg1, 48, __wbg_adapter_6);
2239+
const ret = makeMutClosure(arg0, arg1, 1010, __wbg_adapter_33);
22452240
return ret;
22462241
};
22472242
imports.wbg.__wbindgen_cast_49a154c6f116ccbd = function(arg0, arg1) {
22482243
// Cast intrinsic for `Closure(Closure { dtor_idx: 903, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 994, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2249-
const ret = makeMutClosure(arg0, arg1, 903, __wbg_adapter_25);
2244+
const ret = makeMutClosure(arg0, arg1, 903, __wbg_adapter_21);
2245+
return ret;
2246+
};
2247+
imports.wbg.__wbindgen_cast_833f2d5dbb854050 = function(arg0, arg1) {
2248+
// Cast intrinsic for `Closure(Closure { dtor_idx: 117, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 118, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2249+
const ret = makeMutClosure(arg0, arg1, 117, __wbg_adapter_18);
2250+
return ret;
2251+
};
2252+
imports.wbg.__wbindgen_cast_88e04ff8d62d7a31 = function(arg0, arg1) {
2253+
// Cast intrinsic for `Closure(Closure { dtor_idx: 119, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 120, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2254+
const ret = makeMutClosure(arg0, arg1, 119, __wbg_adapter_24);
22502255
return ret;
22512256
};
22522257
imports.wbg.__wbindgen_cast_8e60dc70acc59f8f = function(arg0, arg1) {
22532258
// Cast intrinsic for `Closure(Closure { dtor_idx: 716, function: Function { arguments: [NamedExternref("Event")], shim_idx: 753, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2254-
const ret = makeMutClosure(arg0, arg1, 716, __wbg_adapter_37);
2259+
const ret = makeMutClosure(arg0, arg1, 716, __wbg_adapter_36);
22552260
return ret;
22562261
};
22572262
imports.wbg.__wbindgen_cast_b7cd328c87318ce3 = function(arg0, arg1) {
22582263
// Cast intrinsic for `Closure(Closure { dtor_idx: 718, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 749, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2259-
const ret = makeMutClosure(arg0, arg1, 718, __wbg_adapter_28);
2264+
const ret = makeMutClosure(arg0, arg1, 718, __wbg_adapter_39);
2265+
return ret;
2266+
};
2267+
imports.wbg.__wbindgen_cast_c9025558346d4350 = function(arg0, arg1) {
2268+
// Cast intrinsic for `Closure(Closure { dtor_idx: 115, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 116, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2269+
const ret = makeMutClosure(arg0, arg1, 115, __wbg_adapter_27);
22602270
return ret;
22612271
};
22622272
imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
22632273
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
22642274
const ret = getArrayU8FromWasm0(arg0, arg1);
22652275
return ret;
22662276
};
2267-
imports.wbg.__wbindgen_cast_d47ce2f0c86f2365 = function(arg0, arg1) {
2268-
// Cast intrinsic for `Closure(Closure { dtor_idx: 50, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 51, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2269-
const ret = makeMutClosure(arg0, arg1, 50, __wbg_adapter_11);
2270-
return ret;
2271-
};
22722277
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
22732278
// Cast intrinsic for `F64 -> Externref`.
22742279
const ret = arg0;
22752280
return ret;
22762281
};
22772282
imports.wbg.__wbindgen_cast_e1f703f5d9799e91 = function(arg0, arg1) {
22782283
// Cast intrinsic for `Closure(Closure { dtor_idx: 719, function: Function { arguments: [], shim_idx: 748, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2279-
const ret = makeMutClosure(arg0, arg1, 719, __wbg_adapter_17);
2280-
return ret;
2281-
};
2282-
imports.wbg.__wbindgen_cast_ebd415010d6a6bdf = function(arg0, arg1) {
2283-
// Cast intrinsic for `Closure(Closure { dtor_idx: 52, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 53, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2284-
const ret = makeMutClosure(arg0, arg1, 52, __wbg_adapter_34);
2284+
const ret = makeMutClosure(arg0, arg1, 719, __wbg_adapter_42);
22852285
return ret;
22862286
};
22872287
imports.wbg.__wbindgen_cast_f335d8ca808e209d = function(arg0, arg1) {
22882288
// Cast intrinsic for `Closure(Closure { dtor_idx: 720, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 751, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2289-
const ret = makeMutClosure(arg0, arg1, 720, __wbg_adapter_31);
2289+
const ret = makeMutClosure(arg0, arg1, 720, __wbg_adapter_30);
22902290
return ret;
22912291
};
22922292
imports.wbg.__wbindgen_cast_f8d4bcc6022d3e5b = function(arg0, arg1) {
22932293
// Cast intrinsic for `Closure(Closure { dtor_idx: 717, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 752, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2294-
const ret = makeMutClosure(arg0, arg1, 717, __wbg_adapter_14);
2294+
const ret = makeMutClosure(arg0, arg1, 717, __wbg_adapter_6);
22952295
return ret;
22962296
};
22972297
imports.wbg.__wbindgen_cast_fadb7501eeff22f4 = function(arg0, arg1) {
22982298
// Cast intrinsic for `Closure(Closure { dtor_idx: 721, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 750, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2299-
const ret = makeMutClosure(arg0, arg1, 721, __wbg_adapter_20);
2299+
const ret = makeMutClosure(arg0, arg1, 721, __wbg_adapter_15);
23002300
return ret;
23012301
};
23022302
imports.wbg.__wbindgen_init_externref_table = function() {

examples/webgpu_bg.wasm

455 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)