From 0f17b18166f08a7fcdca00912dd9d465febbdd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 16 Aug 2015 21:26:57 -0700 Subject: [PATCH] asmjs: Enable CRT file support. --- include/bx/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bx/config.h b/include/bx/config.h index 6447055..9a439f9 100644 --- a/include/bx/config.h +++ b/include/bx/config.h @@ -24,6 +24,7 @@ # define BX_CONFIG_CRT_FILE_READER_WRITER (0 \ || BX_PLATFORM_ANDROID \ || BX_PLATFORM_FREEBSD \ + || BX_PLATFORM_EMSCRIPTEN \ || BX_PLATFORM_IOS \ || BX_PLATFORM_LINUX \ || BX_PLATFORM_OSX \