Add big integer implementation

This commit is contained in:
2024-06-16 12:29:48 +03:00
parent 9642630dd1
commit 4c77ce8fe3
6 changed files with 2165 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#ifndef BH_INTERNAL_CONFIG_H
#define BH_INTERNAL_CONFIG_H
#cmakedefine BH_BIGINT_LONG
#cmakedefine BH_THREADS_WINXP
#endif /* BH_INTERNAL_CONFIG_H */