Initial funcs support

commit_hash:78f512cfc76f18e5db8b956eaa1703e4b23e07ca
This commit is contained in:
4eb0da
2025-11-27 01:43:39 +03:00
parent 115aee6186
commit fec3dfc0bf
7 changed files with 56 additions and 9 deletions
@@ -24,7 +24,8 @@
}
],
"platforms": [
"ios"
"ios",
"web"
]
},
{
@@ -51,7 +52,8 @@
}
],
"platforms": [
"ios"
"ios",
"web"
]
},
{
@@ -74,7 +76,9 @@
]
}
],
"platforms": []
"platforms": [
"web"
]
},
{
"expression": "@{toString(myFunction)}",
@@ -96,7 +100,9 @@
]
}
],
"platforms": []
"platforms": [
"web"
]
}
]
}