windowsair
windowsair
Hi, @jlaumon Thank you for following this. This issue has been raised for some time now. I have now replaced it with `CreateProcessW` and it works fine. I always use...
I think there are tons of system API calls that are causing the slowness. These system calls require the intervention of the js runtime. Maybe WASI is a good idea?...
> > > > > 我试了下esp32s3的版本,第一次下载的时候读不到芯片ID,要切换一下速度,切换成低速(小于10M,代码里面对应非SPI模式),然后再切换成高速(SPI模式)才可以下载,不知道哪有问题 > > > > > > > > > > > > 用什么进行下载的? Keil 、 OpenOCD 还是什么? > > > > > > >...
Yes, I think what I want is to iterate over code point values or something like that. ```cpp char buf[] = "Foo © bar 𝌆 baz ☃ qux"; ... for...
Hmm, it seems that printf is used differently in llvm-box compared to a simple printf version of wasm. The TTY part of the JS code was not called throughout the...
IAR 的资料不好搞,我去问一下。
已经一个月了,IAR 没有回复,估计整不了。
Reset 方式换一个试下
稍等,我一会儿看一下
倒数第二行多打了一个逗号,删掉即可。文档中这里有问题,我修改一下 ```json "adjust_input_video_fps": 0, "#adjust_input_video_fps": [ "重新调整原始直播源视频的帧率,如果不需要调整,设置为0即可", "如果设置了此项,会使用FFmpeg中的fps filter对原始直播源视频的帧率进行预调整", "随意调整此项,可能会影响性能" ], //删除此处的逗号 } ```