1{
2 "name": "Twinkle",
3 "version": "1.0.0",
4 "sdkVersion": "6.1",
5 "appIcon": {
6 "path": "assets/icon.png"
7 },
8 "sourceFile": "src/Two_test.cpp",
9 "scriptFile": "binary/Two_test.wasm",
10 "imageAssets": [
11 {
12 "path": "assets/images/star.png",
13 "alias": "star.png"
14 },
15 {
16 "path": "assets/images/ufo.png",
17 "alias": "ufo.png",
18 "encoding": "ARGB6666"
19 }
20 ],
21 "soundAssets": [],
22 "appFlags": 0,
23 "language": "cpp",
24 "interpreter": "wasm",
25 "projectOptions": {
26 "cpp": {
27 "defines": "DUMMY_DEFINE=1;DUMMY_DEFINE2=2",
28 "flags": "-std=c++11 -Oz -flto -fno-exceptions -mexec-model=reactor -z stack-size=10240",
29 "compilerSettings": ",--initial-memory=65536,--export=run,--export=on_init,--strip-all,--lto-O3",
30 "includeFolders": [
31 "",
32 "",
33 "",
34 "",
35 ""
36 ]
37 }
38 }
39}