webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
130 stars 26 forks source link

emsdk 3.1.40 output stderr printf message as log error messages. #364

Open kalwalt opened 6 months ago

kalwalt commented 6 months ago

From 3.1.39 emsdk has changed policy about stderr messages, now it is outputted as console.error messages, needs to change


     fprintf(stderr, "%s", buf);

https://github.com/webarkit/WebARKitLib/blob/0eb8bc13292bb3eced10323972bc045f68b8277f/lib/SRC/ARUtil/log.c#L204 to print in the stdout instead.