# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Package_Package,postprocess_fontconfig,$(call gb_CustomTarget_get_workdir,postprocess/fontconfig))) $(eval $(call gb_Package_add_files,postprocess_fontconfig,$(LIBO_SHARE_FOLDER)/fonts/truetype, \ fc_local.conf \ )) $(eval $(call gb_Package_use_custom_target,postprocess_fontconfig,postprocess/fontconfig)) # vim: set noet sw=4 ts=4: nk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/README.wasm.md
AgeCommit message (Expand)Author
2024-10-30Adapt to generation of .worker.js files gone from 3.1.68Stephan Bergmann
2024-08-29use emrun with explicit "--hostname 127.0.0.1" for testingMoritz Duge
2024-08-20More useful to have an EMSCRIPTEN_EXTRA_SOFFICE_PRE_JSStephan Bergmann
2024-08-20Remove wasm-qt-mandelbrot demoStephan Bergmann
2024-08-19Fix typoAndrea Gelmini
2024-08-19Fix typoAndrea Gelmini
2024-08-18Emscripten: Document how Qt builds its own freetype, but we link against LO'sStephan Bergmann
2024-08-14Emscripten: Run external code on LO's main threadStephan Bergmann
2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann
2024-08-07I finally understand why we need that hackStephan Bergmann
2024-07-26Add --with-package-format=emscriptenStephan Bergmann
2024-07-25Enable start center in Emscripten buildStephan Bergmann
2024-07-25Fix typoAndrea Gelmini
2024-07-24Document the Emscripten threads issueStephan Bergmann
2024-07-19Drop obsolete "Ideas for an UNO bridge implementation"Stephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann
2024-06-05Clean up example codeStephan Bergmann
2024-05-29Emscripten: Unconditional --enable-wasm-exceptionsStephan Bergmann
2024-05-28Emscripten: Add hack to prepare for --enable-wasm-exceptionsStephan Bergmann
2024-04-19Embind: Consistently represent empty interface references as JS nullStephan Bergmann
2024-04-18Embind: We no longer need interface FromAny ctorStephan Bergmann
2024-04-16Embind: No need for $queryStephan Bergmann
2024-04-06Fix typoAndrea Gelmini
2024-04-04Improved documentation (Emscripten, Qt5 usage, WASM examples)Moritz Duge
2024-04-04Drop spurious .delete() calls from example codeStephan Bergmann
2024-03-08Redesign Embind UNO Any constructionStephan Bergmann
2024-03-06Update documented emsdk versionStephan Bergmann
2024-02-29Improve sample code, missing delete()Stephan Bergmann
2024-02-28Generate slightly more flexible JS init_unoembind_* functionsStephan Bergmann
2024-02-21Remove stray code from exampleStephan Bergmann
2024-02-03First-class Embind JS support for OUStringStephan Bergmann
2024-01-31embindmaker: Handle enumsStephan Bergmann
2024-01-30Rework the Embind mapping of UNO interfacesStephan Bergmann
2024-01-29Experimental support for latest Emscripten (and Qt6)Stephan Bergmann
2024-01-25Let embindmaker also generate a .js file with more natural namesStephan Bergmann
2023-09-18JavaScript uno bindings for WASM with Embind - first cutSarper Akdemir
2023-02-13Fix typoAndrea Gelmini
2023-02-13Mention that Emscripten 3.1.30 is known to work for COWASMTor Lillqvist
2023-02-13Don't overload the word 'module' unnecessarilyTor Lillqvist
2023-02-06Minor typo fixes and some additional informationTor Lillqvist
2023-02-03Fix typoAndrea Gelmini
2023-02-02Add instructions for when building headless LO core for WASMTor Lillqvist
2022-12-14Update Qt5 build instructions to use Allotropia's pre-patched repoTor Lillqvist
2022-03-30Fix typoAndrea Gelmini
2022-03-30WASM fix native EH build since Emscripten 3.1.6Jan-Marek Glogowski
2022-01-21Fix typosAndrea Gelmini
2022-01-20WASM update README.wasm.mdJan-Marek Glogowski
2022-01-19WASM merge wasm-qt into static moduleJan-Marek Glogowski