mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32: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
|
@ -88,7 +88,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
template <class T, class TClear = BFMemClear<T> >
|
||||
/*template <class T, class TClear = BFMemClear<T> >
|
||||
class BfTLSStatic : public BfTLSStaticBase
|
||||
{
|
||||
public:
|
||||
|
@ -147,4 +147,4 @@ public:
|
|||
return &mValueMap;
|
||||
}
|
||||
};
|
||||
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue