j5e
Version:
j5e is a device first robotics an IoT framework built to levarage the ECMA-419 specification
35 lines • 518 B
JSON
{
"include": [
"$(MODDABLE)/examples/manifest_base.json",
"$(MODDABLE)/modules/io/manifest.json",
"$(j5e)/lib/rgb/manifest.json"
],
"modules": {
"*": "./main"
},
"defines": {
"main_async": 1
},
"creation": {
"static": 32768,
"chunk": {
"initial": 1536,
"incremental": 512
},
"heap": {
"initial": 512,
"incremental": 64
},
"stack": 512,
"keys": {
"available": 32,
"name": 53,
"symbol": 3
},
"parser": {
"buffer": 1024,
"table": 17
},
"main": "main"
}
}