-
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
Moddable SDK 3.7.0 xsnap-native: - handle profiler and instrumentation changes (disabled) - updated promise queue behavior
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule moddable
updated
1094 files
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 |