summaryrefslogtreecommitdiffstats
path: root/wasm
Commit message (Expand)AuthorAgeFilesLines
* add isMobileApp util function to reduce ifdefsJaume Pujantell2024-03-201-0/+1
* nearly pure re-factor: split out code into its own modules.Michael Meeks2024-03-061-0/+1
* wsd: move ClientRequestDispatcher to own fileAshod Nakashian2024-02-211-0/+1
* extract some functions to extra files for in process modeJaume Pujantell2023-12-181-1/+2
* wasm often doesn't get tiles after invalidatesCaolán McNamara2023-12-121-18/+10
* wasm: truncate string only if will logAshod Nakashian2023-12-091-6/+3
* wasm: header include cleanupAshod Nakashian2023-12-092-16/+7
* configure: WASMAPP is now defined for WASM targetsAshod Nakashian2023-12-091-1/+1
* update wasm.README for distro-configCaolán McNamara2023-12-081-1/+1
* use of gseparate-dwarf can block some optimizationsCaolán McNamara2023-12-061-1/+5
* hack to get this up and workingCaolán McNamara2023-11-271-13/+11
* wasm: proxy wopi documentsAshod Nakashian2023-11-271-5/+19
* wasm: accept url as command-line argumentAshod Nakashian2023-11-271-7/+41
* wasm: readme updateAshod Nakashian2023-11-271-2/+2
* spdx: improve machine and human readability of headers.Michael Meeks2023-11-203-0/+10
* cowasm: disable werror for now for dlopen detection:Michael Meeks2023-10-291-1/+1
* cowasm: parameterize masses of paths included in command-lines.Michael Meeks2023-10-271-11/+19
* wasm: support serving wasm filesAshod Nakashian2023-10-241-0/+19
* wasm: improved build instructions in readmeAshod Nakashian2023-10-241-3/+3
* WASM: fix wasm build errorsBalázs Varga (allotropia)2023-10-031-0/+2
* Drop POCO_HAVE_FD_EPOLL for EmscriptenTor Lillqvist2023-02-221-0/+11
* Provide separate documentation for building COWASM without the containerTor Lillqvist2023-02-132-0/+68
* Bin superfluous logging of what we are about to send to the JS bitsTor Lillqvist2023-02-101-5/+0
* I don't see the reason to use the intermediate libonline.a for WASMTor Lillqvist2023-01-301-26/+20
* Avoid warning: deprecated item in EXPORTED_RUNTIME_METHODS: printErr use err ...Tor Lillqvist2023-01-301-1/+1
* Adapt to newer Emscripten SDKTor Lillqvist2023-01-302-1/+12
* The poco-no-special-expat-sauce.diff wants -p0 to applyTor Lillqvist2023-01-301-1/+1
* There is no need to call lok_cpp_init() hereTor Lillqvist2023-01-291-20/+0
* Use COOL log level 'error' instead of 'trace'Tor Lillqvist2023-01-291-1/+1
* Change hardcoded sample document name and verify that we get itTor Lillqvist2023-01-291-1/+1
* Make the temporary "WASM app" workTor Lillqvist2023-01-283-15/+146
* Drop the temporary experimenting with loading a document through the LOKit APITor Lillqvist2023-01-281-29/+0
* Use -gseparate-dwarf like in coreTor Lillqvist2023-01-271-0/+1
* More WASM hackingTor Lillqvist2023-01-262-2/+7
* Bump PTHREAD_POOL_SIZE to 15Tor Lillqvist2023-01-261-1/+1
* Add some debugging outputTor Lillqvist2023-01-161-0/+5
* Add patch that prevents expat in Poco from causing trouble with WASMTor Lillqvist2023-01-162-2/+58
* Experiment with explicitly loading a document through LOKitTor Lillqvist2023-01-161-15/+6
* Add _handle_cool_message to EXPORTED_FUNCTIONSTor Lillqvist2023-01-151-1/+1
* Just run the COOLWSD run() method directly in main()Tor Lillqvist2023-01-151-25/+12
* Don't expect any command-line arguments at least for nowTor Lillqvist2023-01-151-6/+1
* Increase PTHREAD_POOL_SIZETor Lillqvist2023-01-151-1/+1
* Trying to init LOKit cause mysterious runtime errorBalázs Varga (allotropia)2023-01-153-3/+71
* WASM rename executable and copy missing data files from coreMichael Stahl2023-01-151-1/+10
* Remove TODO, we added a --pre-js a few commits agoTor Lillqvist2023-01-111-1/+0
* Need DEBUG_ABSSRCDIR here, too, for build with --enable-debugTor Lillqvist2023-01-111-0/+1
* For now, link the WASM thing with the emscripten_fs_image from LOTor Lillqvist2023-01-111-1/+2
* Clarify how handle_cool_message() in the WASM app would be usedTor Lillqvist2023-01-111-4/+1
* Add read and write functions from local files to emscripten filesystemBalázs Varga (allotropia)2023-01-111-1/+39
* Using handle_cool_message and send2JS in wasmapp.cppBalázs Varga (allotropia)2023-01-111-0/+153