Update dependency quickjs-emscripten to ^0.32.0#1296
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
c98fe6d to
5e72d15
Compare
5e72d15 to
4bcd37c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.31.0→^0.32.0Release Notes
justjake/quickjs-emscripten (quickjs-emscripten)
v0.32.0Compare Source
#227
newFunctionto use a different proxying strategy based on a new abstraction,HostRef. HostRef allows tracking references of host values from guest handles. Once all references to the HostRef object are disposed (either in the host, or GC'd in the guest), the host value will be dereferenced and become garbage collectable.newFunctionare interned in the runtime'sHostRefMapuntil dereferenced.HostRefis also exposed directly for use fromQuickJSContext, seenewHostRef,toHostRef,unwrapHostRefin the docs.QuickJSContext.newConstructorFunction, such functions will have theirthisset to the newly constructed object, although they may also return a new object.#244 Upgrade quickjs-ng to v0.12.1.
#243 (thanks to @josh-) Upgrade bellard/quickjs to 2025-09-13+f1139494. Review the QuickJS changelog for details.
BigIntare now always enabled.#242 Upgrade to Emscripten 5.0.1.
#221 (thanks to @melbourne2991) Support generator return values in QuickJSIterator.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.