Skip to content

Commit

Permalink
chore(xsnap): add xsnap-native submodule
Browse files Browse the repository at this point in the history
  - xsnap -> xsnap-worker
    to distinguish cli app from long-running worker
  - get xsnap heap exhaustion crash fix
  - never mind meters beyond compute, allocate
  - get mac makefile update

fixes #2469
refs #3139
  • Loading branch information
dckc committed Aug 14, 2021
1 parent a861c78 commit 6175195
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "packages/xsnap/moddable"]
path = packages/xsnap/moddable
url = https://github.com/agoric-labs/moddable.git
[submodule "packages/xsnap/xsnap-native"]
path = packages/xsnap/xsnap-native
url = https://github.com/agoric-labs/xsnap-pub
2 changes: 1 addition & 1 deletion packages/xsnap/moddable
Submodule moddable updated 50 files
+8 −1 build/devices/esp/setup/commodetto.js
+4 −0 build/devices/esp/setup/piu.js
+50 −0 build/devices/esp/targets/moddable_display_1/manifest.json
+48 −0 build/devices/esp/targets/moddable_display_1/setup-target.js
+36 −0 build/devices/esp/targets/moddable_display_3/manifest.json
+8 −1 build/devices/esp32/setup/commodetto.js
+4 −0 build/devices/esp32/setup/piu.js
+1 −1 build/devices/esp32/targets/m5stack/manifest.json
+50 −0 build/devices/esp32/targets/moddable_display_2/manifest.json
+61 −0 build/devices/esp32/targets/moddable_display_2/setup-target.js
+5 −0 build/makefiles/win/tools.mak
+12 −9 contributed/window-display-moddable-one/manifest.json
+121 −0 contributed/window-display-moddable-three/assets.js
+ contributed/window-display-moddable-three/assets/dither-grad-left.png
+ contributed/window-display-moddable-three/assets/dither-grad-right.png
+ contributed/window-display-moddable-three/assets/eye.png
+ contributed/window-display-moddable-three/assets/mod-logo-blk.png
+ contributed/window-display-moddable-three/assets/shoe-price.png
+ contributed/window-display-moddable-three/assets/three.png
+ contributed/window-display-moddable-three/assets/weathe-right.png
+ contributed/window-display-moddable-three/assets/weather-left.png
+ contributed/window-display-moddable-three/assets/wifi-left-background.png
+ contributed/window-display-moddable-three/assets/wifi-left.png
+ contributed/window-display-moddable-three/assets/wifi-right.png
+ contributed/window-display-moddable-three/assets/world-spin-sprite-b-w.png
+42 −0 contributed/window-display-moddable-three/main.js
+67 −0 contributed/window-display-moddable-three/manifest.json
+288 −0 contributed/window-display-moddable-three/screens.js
+ contributed/window-display-moddable-three/store/icon.png
+1 −0 examples/commodetto/pngdisplay/manifest.json
+3 −1 examples/drivers/ft6206calibrate/manifest.json
+2 −1 examples/piu/backlight/manifest.json
+4 −1 examples/piu/color-picker/manifest.json
+2 −0 examples/piu/drag-color/manifest.json
+7 −1 examples/piu/love-e-ink/manifest.json
+103 −19 modules/data/text/decoder/textdecoder.c
+77 −0 modules/data/text/encoder/textencoder.c
+1 −1 modules/data/text/encoder/textencoder.js
+66 −0 modules/io/host/esp/moddable_display_1/provider.js
+66 −0 modules/io/host/esp/moddable_display_3/provider.js
+72 −0 modules/io/host/esp32/moddable_display_2/provider.js
+58 −25 tools/mcbundle.js
+1 −0 tools/mcconfig/make.esp32.mk
+1 −0 tools/mcconfig/nmake.esp32.mk
+50 −10 tools/serial2xsbug/serial2xsbug.c
+11 −4 tools/serial2xsbug/serial2xsbug_mac.c
+0 −3 xs/platforms/esp/xsHost.c
+0 −15 xs/sources/xsMapSet.c
+1 −1 xs/sources/xsMemory.c
+1 −1 xs/sources/xsSnapshot.c
1 change: 1 addition & 0 deletions packages/xsnap/xsnap-native
Submodule xsnap-native added at 65d8e6

0 comments on commit 6175195

Please sign in to comment.