mirror of
https://github.com/cryptpad/onlyoffice-x2t-wasm.git
synced 2026-04-21 16:13:16 +00:00
CryptPad WebAssembly file conversion tool
https://cryptpad.org
- C++ 55.9%
- C 30.9%
- HTML 7.6%
- JavaScript 1.4%
- C# 1.1%
- Other 2.4%
|
|
||
|---|---|---|
| core | ||
| non-public-tests | ||
| patches | ||
| tests | ||
| .gitignore | ||
| build.sh | ||
| Dockerfile | ||
| embuild.sh | ||
| import-test-dump.nu | ||
| log-symbols.sh | ||
| pre-js.js | ||
| README.md | ||
| test.js | ||
| wrap-main.cpp | ||
Build OnlyOffice x2t for WebAssembly
Modifications by CryptPad
This repository contains a modified copy of https://github.com/ONLYOFFICE/core.git in /core. These modifications are made to be able to compile x2t to WebAssembly.
Build
This is a Dockerfile building OnlyOffice x2t in WebAssembly using emscripten. Build it with:
./build.sh
Update to a new x2t version
This repository includes a clone of x2t in the core directory. You can pull a
new x2t release with:
git subtree pull --prefix core https://github.com/ONLYOFFICE/core.git <TAG> --squash
Since the clone contains small changes there may be merge conflicts.
See changes we made to https://github.com/ONLYOFFICE/core.git
git fetch --depth=1 https://github.com/ONLYOFFICE/core.git v8.3.0.91
git diff FETCH_HEAD HEAD:core