feat!: properly handle UTF-16 endianness encoding
This commit is contained in:
parent
cf8ed78a9a
commit
8943983df6
20 changed files with 485 additions and 50 deletions
|
|
@ -131,6 +131,8 @@ $emcc \
|
|||
-std=c11 \
|
||||
-D 'fprintf(...)=' \
|
||||
-D NDEBUG= \
|
||||
-D _POSIX_C_SOURCE=200112L \
|
||||
-D _DEFAULT_SOURCE= \
|
||||
-I ${SRC_DIR} \
|
||||
-I lib/include \
|
||||
--js-library ${WEB_DIR}/imports.js \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue