diff options
Diffstat (limited to 'cmake/platforms/emscripten.cmake')
| -rw-r--r-- | cmake/platforms/emscripten.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/platforms/emscripten.cmake b/cmake/platforms/emscripten.cmake index d74217f..b7e9c7d 100644 --- a/cmake/platforms/emscripten.cmake +++ b/cmake/platforms/emscripten.cmake @@ -49,6 +49,9 @@ set(emcc_export_list _rescale_puzzle # Callback for loading user preferences _prefs_load_callback + # Functions for allocating and freeing C memory + _malloc + _free # Main program, run at initialisation time _main) |