mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Start of wasm support
This commit is contained in:
parent
053b302d42
commit
b7b065855d
22 changed files with 487 additions and 35 deletions
13
BeefySysLib/platform/wasm/BFPlatform.cpp
Normal file
13
BeefySysLib/platform/wasm/BFPlatform.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "Common.h"
|
||||
#include "BFPlatform.h"
|
||||
//#include <CoreFoundation/CFByteOrder.h>
|
||||
//#include <mach/mach_time.h>
|
||||
#include <sys/stat.h>
|
||||
#include <dlfcn.h>
|
||||
#include <wchar.h>
|
||||
#include <fcntl.h>
|
||||
//#include <mach/clock.h>
|
||||
//#include <mach/mach.h>
|
||||
#include <time.h>
|
||||
#include <dirent.h>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue