Skip to content

Commit 67c30ee

Browse files
Deploying to master from @ gfx-rs/wgpu@3a157f7 🚀
1 parent 762bff8 commit 67c30ee

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

examples/webgl2.js

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -311,44 +311,44 @@ function getArrayI8FromWasm0(ptr, len) {
311311
ptr = ptr >>> 0;
312312
return getInt8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
313313
}
314-
function wasm_bindgen__convert__closures_____invoke__hc1f7fb8d0bfc0ad2(arg0, arg1, arg2) {
315-
wasm.wasm_bindgen__convert__closures_____invoke__hc1f7fb8d0bfc0ad2(arg0, arg1, arg2);
316-
}
317-
318-
function wasm_bindgen__convert__closures_____invoke__hae6c615432d1b8b5(arg0, arg1) {
319-
wasm.wasm_bindgen__convert__closures_____invoke__hae6c615432d1b8b5(arg0, arg1);
320-
}
321-
322314
function wasm_bindgen__convert__closures_____invoke__he7b6e44d6ca4dce3(arg0, arg1, arg2) {
323315
wasm.wasm_bindgen__convert__closures_____invoke__he7b6e44d6ca4dce3(arg0, arg1, arg2);
324316
}
325317

326-
function wasm_bindgen__convert__closures_____invoke__h007a1f535fd08313(arg0, arg1, arg2) {
327-
wasm.wasm_bindgen__convert__closures_____invoke__h007a1f535fd08313(arg0, arg1, arg2);
328-
}
329-
330318
function wasm_bindgen__convert__closures_____invoke__h7318d12d80926118(arg0, arg1, arg2) {
331319
wasm.wasm_bindgen__convert__closures_____invoke__h7318d12d80926118(arg0, arg1, arg2);
332320
}
333321

334-
function wasm_bindgen__convert__closures_____invoke__h0f682122acaca4e2(arg0, arg1, arg2) {
335-
wasm.wasm_bindgen__convert__closures_____invoke__h0f682122acaca4e2(arg0, arg1, arg2);
322+
function wasm_bindgen__convert__closures_____invoke__h03ebe5c221733832(arg0, arg1, arg2) {
323+
wasm.wasm_bindgen__convert__closures_____invoke__h03ebe5c221733832(arg0, arg1, arg2);
336324
}
337325

338-
function wasm_bindgen__convert__closures_____invoke__hce58ee88ccc35399(arg0, arg1, arg2) {
339-
wasm.wasm_bindgen__convert__closures_____invoke__hce58ee88ccc35399(arg0, arg1, arg2);
326+
function wasm_bindgen__convert__closures_____invoke__h7df2c26a288cf94f(arg0, arg1, arg2, arg3) {
327+
wasm.wasm_bindgen__convert__closures_____invoke__h7df2c26a288cf94f(arg0, arg1, arg2, arg3);
328+
}
329+
330+
function wasm_bindgen__convert__closures_____invoke__hc1f7fb8d0bfc0ad2(arg0, arg1, arg2) {
331+
wasm.wasm_bindgen__convert__closures_____invoke__hc1f7fb8d0bfc0ad2(arg0, arg1, arg2);
340332
}
341333

342334
function wasm_bindgen__convert__closures_____invoke__hc1f4ae3e050878ac(arg0, arg1, arg2) {
343335
wasm.wasm_bindgen__convert__closures_____invoke__hc1f4ae3e050878ac(arg0, arg1, arg2);
344336
}
345337

346-
function wasm_bindgen__convert__closures_____invoke__h7df2c26a288cf94f(arg0, arg1, arg2, arg3) {
347-
wasm.wasm_bindgen__convert__closures_____invoke__h7df2c26a288cf94f(arg0, arg1, arg2, arg3);
338+
function wasm_bindgen__convert__closures_____invoke__h0f682122acaca4e2(arg0, arg1, arg2) {
339+
wasm.wasm_bindgen__convert__closures_____invoke__h0f682122acaca4e2(arg0, arg1, arg2);
348340
}
349341

350-
function wasm_bindgen__convert__closures_____invoke__h03ebe5c221733832(arg0, arg1, arg2) {
351-
wasm.wasm_bindgen__convert__closures_____invoke__h03ebe5c221733832(arg0, arg1, arg2);
342+
function wasm_bindgen__convert__closures_____invoke__hae6c615432d1b8b5(arg0, arg1) {
343+
wasm.wasm_bindgen__convert__closures_____invoke__hae6c615432d1b8b5(arg0, arg1);
344+
}
345+
346+
function wasm_bindgen__convert__closures_____invoke__h007a1f535fd08313(arg0, arg1, arg2) {
347+
wasm.wasm_bindgen__convert__closures_____invoke__h007a1f535fd08313(arg0, arg1, arg2);
348+
}
349+
350+
function wasm_bindgen__convert__closures_____invoke__hce58ee88ccc35399(arg0, arg1, arg2) {
351+
wasm.wasm_bindgen__convert__closures_____invoke__hce58ee88ccc35399(arg0, arg1, arg2);
352352
}
353353

354354
function wasm_bindgen__convert__closures_____invoke__h42de66c4009cd3e5(arg0, arg1) {

examples/webgl2_bg.wasm

0 Bytes
Binary file not shown.

examples/webgpu.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,6 @@ function makeMutClosure(arg0, arg1, dtor, f) {
241241
CLOSURE_DTORS.register(real, state, state);
242242
return real;
243243
}
244-
function wasm_bindgen__convert__closures_____invoke__h4dcf1de3fca38d97(arg0, arg1) {
245-
wasm.wasm_bindgen__convert__closures_____invoke__h4dcf1de3fca38d97(arg0, arg1);
246-
}
247-
248-
function wasm_bindgen__convert__closures_____invoke__ha20d70fc48e3a728(arg0, arg1, arg2) {
249-
wasm.wasm_bindgen__convert__closures_____invoke__ha20d70fc48e3a728(arg0, arg1, arg2);
250-
}
251-
252244
function wasm_bindgen__convert__closures_____invoke__heae45d3d46e9ac31(arg0, arg1, arg2, arg3) {
253245
wasm.wasm_bindgen__convert__closures_____invoke__heae45d3d46e9ac31(arg0, arg1, arg2, arg3);
254246
}
@@ -257,34 +249,42 @@ function wasm_bindgen__convert__closures_____invoke__h03ebe5c221733832(arg0, arg
257249
wasm.wasm_bindgen__convert__closures_____invoke__h03ebe5c221733832(arg0, arg1, arg2);
258250
}
259251

260-
function wasm_bindgen__convert__closures_____invoke__he8253bbf2d51d2e1(arg0, arg1, arg2) {
261-
wasm.wasm_bindgen__convert__closures_____invoke__he8253bbf2d51d2e1(arg0, arg1, arg2);
252+
function wasm_bindgen__convert__closures_____invoke__h606d2012de56d359(arg0, arg1, arg2) {
253+
wasm.wasm_bindgen__convert__closures_____invoke__h606d2012de56d359(arg0, arg1, arg2);
262254
}
263255

264256
function wasm_bindgen__convert__closures_____invoke__h79f847c29b18e865(arg0, arg1, arg2) {
265257
wasm.wasm_bindgen__convert__closures_____invoke__h79f847c29b18e865(arg0, arg1, arg2);
266258
}
267259

268-
function wasm_bindgen__convert__closures_____invoke__h411a636a38ff84c6(arg0, arg1, arg2) {
269-
wasm.wasm_bindgen__convert__closures_____invoke__h411a636a38ff84c6(arg0, arg1, arg2);
270-
}
271-
272-
function wasm_bindgen__convert__closures_____invoke__h606d2012de56d359(arg0, arg1, arg2) {
273-
wasm.wasm_bindgen__convert__closures_____invoke__h606d2012de56d359(arg0, arg1, arg2);
260+
function wasm_bindgen__convert__closures_____invoke__h4dcf1de3fca38d97(arg0, arg1) {
261+
wasm.wasm_bindgen__convert__closures_____invoke__h4dcf1de3fca38d97(arg0, arg1);
274262
}
275263

276264
function wasm_bindgen__convert__closures_____invoke__hd1d1c8fd92ca982c(arg0, arg1, arg2) {
277265
wasm.wasm_bindgen__convert__closures_____invoke__hd1d1c8fd92ca982c(arg0, arg1, arg2);
278266
}
279267

280-
function wasm_bindgen__convert__closures_____invoke__h835d2dde3bf6b1bd(arg0, arg1, arg2) {
281-
wasm.wasm_bindgen__convert__closures_____invoke__h835d2dde3bf6b1bd(arg0, arg1, arg2);
268+
function wasm_bindgen__convert__closures_____invoke__h411a636a38ff84c6(arg0, arg1, arg2) {
269+
wasm.wasm_bindgen__convert__closures_____invoke__h411a636a38ff84c6(arg0, arg1, arg2);
270+
}
271+
272+
function wasm_bindgen__convert__closures_____invoke__he8253bbf2d51d2e1(arg0, arg1, arg2) {
273+
wasm.wasm_bindgen__convert__closures_____invoke__he8253bbf2d51d2e1(arg0, arg1, arg2);
282274
}
283275

284276
function wasm_bindgen__convert__closures_____invoke__h7b3719a5749c496b(arg0, arg1, arg2) {
285277
wasm.wasm_bindgen__convert__closures_____invoke__h7b3719a5749c496b(arg0, arg1, arg2);
286278
}
287279

280+
function wasm_bindgen__convert__closures_____invoke__ha20d70fc48e3a728(arg0, arg1, arg2) {
281+
wasm.wasm_bindgen__convert__closures_____invoke__ha20d70fc48e3a728(arg0, arg1, arg2);
282+
}
283+
284+
function wasm_bindgen__convert__closures_____invoke__h835d2dde3bf6b1bd(arg0, arg1, arg2) {
285+
wasm.wasm_bindgen__convert__closures_____invoke__h835d2dde3bf6b1bd(arg0, arg1, arg2);
286+
}
287+
288288
function wasm_bindgen__convert__closures_____invoke__h42de66c4009cd3e5(arg0, arg1) {
289289
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h42de66c4009cd3e5(arg0, arg1);
290290
return ret !== 0;

examples/webgpu_bg.wasm

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)