Files
nub-lang/examples/math/.build/manifest.json
2026-02-10 22:43:03 +01:00

15 lines
231 B
JSON

{
"version": 1,
"modules": [
{
"name": "math",
"customTypes": {},
"identifiers": {
"add": {
"encodedType": "F(I(32),I(32),I(32))",
"exported": true
}
}
}
]
}