summaryrefslogtreecommitdiffstats
path: root/wasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* WASM init fakesocket on a new thread and adding some necessary headers for laterBalázs Varga (allotropia)2023-01-112-3/+79
* WASM add a note about memory required for linkingMichael Stahl2023-01-101-0/+6
* No need to export _doc_postUnoCommand from the wasm hereTor Lillqvist2023-01-101-1/+1
* WASM improve READMEMichael Stahl2023-01-101-5/+26
* WASM add dummy main function, executable links successfullyMichael Stahl2023-01-101-0/+5
* WASM use same CXXFLAGS as coreMichael Stahl2023-01-102-1/+6
* WASM WIP link an executableMichael Stahl2023-01-101-2/+24
* Try to work around a bug in older Automake versionsTor Lillqvist2023-01-091-26/+26
* WASM add simple automake file and dummy cpp fileMichael Stahl2023-01-093-0/+64
* WASM document how to build dependencies in wasm/READMEMichael Stahl2023-01-093-0/+105