Add thread support

This commit is contained in:
2024-04-14 22:32:58 +03:00
parent d6c396231f
commit a645a201d8
9 changed files with 837 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#ifndef BHLIB_H
#define BHLIB_H
#include <bh/config.h>
#include <stddef.h>
#define BH_INT_TO_PTR(x) \