libs working

This commit is contained in:
nub31
2026-02-10 22:43:03 +01:00
parent 576abe1240
commit 9d8d8f255a
13 changed files with 234 additions and 30 deletions

View File

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

Binary file not shown.

View File

@@ -12,10 +12,10 @@ struct nub_core_string
int32_t nub_math_add_cc3fc9d68812b10d(int32_t, int32_t);
int32_t nub_math_add_500748c2c6d70959(int32_t, int32_t);
int32_t nub_math_add_cc3fc9d68812b10d(int32_t a, int32_t b)
int32_t nub_math_add_500748c2c6d70959(int32_t a, int32_t b)
{
{
return (a + b);

Binary file not shown.

Binary file not shown.