mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Start of wasm support
This commit is contained in:
parent
053b302d42
commit
b7b065855d
22 changed files with 487 additions and 35 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
#ifndef BF_SMALL
|
||||
#define STB_SPRINTF_IMPLEMENTATION
|
||||
#include "../third_party/stb/stb_sprintf.h"
|
||||
#include "third_party/stb/stb_sprintf.h"
|
||||
#endif
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../third_party/utf8proc/utf8proc.h"
|
||||
#include "third_party/utf8proc/utf8proc.h"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue