随笔分类 -  Web

摘要:参考:https://blog.csdn.net/qq_42956179/article/details/118576680 阅读全文
posted @ 2023-02-10 16:00 声音~ 阅读(80) 评论(0) 推荐(0)
摘要:编译安装emsdk 【Web】Emscripten一些注意事项 - 声音~ - 博客园 (cnblogs.com) 下载ffmpeg 具体下载过程略 编译命令: emconfigure ./configure --cc="emcc" --cxx="em++" --ar="emar" --ranlib 阅读全文
posted @ 2023-02-09 22:58 声音~ 阅读(982) 评论(0) 推荐(0)
摘要:中文网址 1.1 安装Emscripten-C/C++面向WebAssembly编程 (cntofu.com) 网络部分 Networking — Emscripten 3.1.31-git (dev) documentation 编译选项 -s SAFE_HEAP=1可以检测到内存未对齐的错误,但 阅读全文
posted @ 2023-01-05 13:37 声音~ 阅读(295) 评论(0) 推荐(0)