add web folder to native

This commit is contained in:
Nick Fisher
2024-05-11 10:13:11 +08:00
parent 19818a66fd
commit d04c71d8f9
268 changed files with 39390 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
.global _IMAGE_IMAGE_OFFSET;
.global _IMAGE_IMAGE_SIZE;
.global _IMAGE_PACKAGE
.section __TEXT,__const
_IMAGE_PACKAGE:
.incbin "image.bin"
_IMAGE_IMAGE_OFFSET:
.int 0
_IMAGE_IMAGE_SIZE:
.int 17645