-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(xsnap)!: Update Moddable SDK and xsnap-native (#6920)
* feat(xsnap)!: Update Moddable SDK and xsnap-native Moddable SDK 3.7.0 xsnap-native: - handle profiler and instrumentation changes (disabled) - updated promise queue behavior * fix: Update tests impacted by version bump --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
95a7fa5
commit ddb745b
Showing
6 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
Submodule moddable
updated
1094 files
This file contains 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
This file contains 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
Submodule xsnap-native
updated
15 files
+1 −3 | xsnap/documentation/Compartments.md | |
+1 −0 | xsnap/makefiles/lin/xsnap-worker.mk | |
+1 −0 | xsnap/makefiles/lin/xsnap.mk | |
+1 −0 | xsnap/makefiles/mac/xsnap-worker.mk | |
+1 −0 | xsnap/makefiles/mac/xsnap.mk | |
+37 −0 | xsnap/sources/xsnap-worker.c | |
+26 −1 | xsnap/sources/xsnap.c | |
+15 −0 | xsnap/sources/xsnap.h | |
+78 −11 | xsnap/sources/xsnapPlatform.c | |
+12 −0 | xsnap/sources/xsnapPlatform.h | |
+52 −0 | xsnap/xsbug-node/main.js | |
+139 −0 | xsnap/xsbug-node/readme.md | |
+12 −0 | xsnap/xsbug-node/test.js | |
+331 −0 | xsnap/xsbug-node/xsbug-machine.js | |
+173 −0 | xsnap/xsbug-node/xsbug-profile.js |