| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
PR-URL: nodejs#62415 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Extends the Wasm ESM Integration for importing WebAssembly modules in either the source phase or instance phase to support importing static JS string constants from the special import name `wasm:js/string-constants`. PR-URL: nodejs#62198 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## v24.x-staging #62569 +/- ##
================================================
Coverage 90.10% 90.11%
================================================
Files 667 670 +3
Lines 199019 200418 +1399
Branches 38911 39103 +192
================================================
+ Hits 179335 180610 +1275
- Misses 12040 12135 +95
- Partials 7644 7673 +29
... and 170 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
Same as in #62568 (comment) – also FYI if we have to have backport PRs, it's easier for us to bunch the backports, i.e. putting all the related commits in the same backport PR (which this one is doing, but since you also opened #62568, you thought you might not know) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backport of #62198 for 24.x.