diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-05-15 13:27:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 13:27:56 +0200 |
commit | f5c31b56e3fb57a92dbaaec17690bfa9d787164e (patch) | |
tree | 4b9cd72ed81d16430734240e2a57bcf1739334fe /ext/webgpu | |
parent | b08b1da6f4550601eec23327bd40d17ad6a6b4e9 (diff) |
Revert "core: don't include_str extension js code (#10786)" (#14614)
This reverts commit 10e50a120744de71d6915af4ae93f8231607573d
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
Diffstat (limited to 'ext/webgpu')
-rw-r--r-- | ext/webgpu/src/01_webgpu.js (renamed from ext/webgpu/01_webgpu.js) | 0 | ||||
-rw-r--r-- | ext/webgpu/src/02_idl_types.js (renamed from ext/webgpu/02_idl_types.js) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/ext/webgpu/01_webgpu.js b/ext/webgpu/src/01_webgpu.js index be880d81d..be880d81d 100644 --- a/ext/webgpu/01_webgpu.js +++ b/ext/webgpu/src/01_webgpu.js diff --git a/ext/webgpu/02_idl_types.js b/ext/webgpu/src/02_idl_types.js index 0dd8c00f9..0dd8c00f9 100644 --- a/ext/webgpu/02_idl_types.js +++ b/ext/webgpu/src/02_idl_types.js |