1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/webgpu/src
Aaron O'Mullan f5c31b56e3
Revert "core: don't include_str extension js code (#10786)" (#14614)
This reverts commit 10e50a1207

Alternative to #13217, IMO the tradeoffs made by #10786 aren't worth it.

It breaks abstractions (crates being self-contained, deno_core without snapshotting etc...) and causes pain points / gotchas for both embedders & devs for a relatively minimal gain in incremental build time ...

Closes #11030
2022-05-15 13:27:56 +02:00
..
01_webgpu.js Revert "core: don't include_str extension js code (#10786)" (#14614) 2022-05-15 13:27:56 +02:00
02_idl_types.js Revert "core: don't include_str extension js code (#10786)" (#14614) 2022-05-15 13:27:56 +02:00
binding.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
buffer.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
bundle.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
command_encoder.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
compute_pass.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
error.rs chore: re-enable wgpu_sync (#13453) 2022-01-24 23:47:05 +01:00
lib.rs cleanup(core): OpPair => OpDecl (#13952) 2022-03-15 23:43:17 +01:00
pipeline.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
queue.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
render_pass.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
sampler.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
shader.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
texture.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00