Add emscripten cfg (#2824)

This commit is contained in:
Paul Fultz II 2020-09-26 03:29:17 -05:00 committed by GitHub
parent 3944e70e02
commit acb4ed5eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
cfg/emscripten.cfg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0"?>
<def format="2">
<define name="EM_ASM(...)" value=""/>
<define name="EM_JS(...)" value=""/>
</def>