OpenCC icon indicating copy to clipboard operation
OpenCC copied to clipboard

Add wasm support

Open eagleoflqj opened this issue 1 year ago • 6 comments

做了个网站,纯前端wasm转换繁简https://my-opencc.vercel.app/ 支持全部14个json配置 代码:https://github.com/LibreService/my_opencc 想把wasm构建部分合并到上游

跟https://github.com/oyyd/wasm-opencc 的区别:

  • 使用wasm而非asm.js
  • 仅改动最外层CMakeLists.txt~和Makefile~;wasm-opencc的改动比较大,基本没法合并
  • 依赖最新的emscripten工具链

eagleoflqj avatar Dec 20 '22 00:12 eagleoflqj