Note that it will download around ~300Mb of data directly to your browser, so it might take a bit to load from slow connections. Here's the related video from FOSDEM: https://fosdem.org/2022/schedule/event/lotech_lowa/
300 MiB. & … "a bit" — it takes nearly 20 seconds on "Gigabit" fiber. (312 MiB in 19.22s, or 136 Mbps.) Runs shockingly smoothly once it starts, though.
LibreOffice running natively in the browser via WebAssembly
71–80 of 216 posts
Re: LibreOffice running natively in the browser via WebAssembly
#72I remember when LibreOffice was called Star Office and would run like molasses on a Celeron 300A OC to 450mhz machine. The office suite would take up most of the ram and eventually crash due to system resource exhaustion. Now we can run the whole thing in a browser like it's Minesweeper. Wow.
Re: LibreOffice running natively in the browser via WebAssembly
#73What is likely to be seen as a bug by others, is actually the thing that gives me hope. There's no way for a WebAssembly program to access the host file system. I hope it stays that way.
If the Wasm host can, in a foolproof and easy to verify way, offer the user dialog boxes to read/write single files... we'd have the "PowerBox" that is required to make a modern capability based operating system.
Preventing a process from deciding itself which files to access disables so many attack vectors.
Re: LibreOffice running natively in the browser via WebAssembly
#74What the hell. This feels basically native?! I had no idea WebAssembly was this far developed. This feels like electron in reverse, and GOOD.
What's your environment? It feels like incredibly poor performance for me (Firefox on macOS)
It took a while to load, but the site is probably seeing heavy loads. But afterwards it feels like a native application.
Re: LibreOffice running natively in the browser via WebAssembly
#75Note that it will download around ~300Mb of data directly to your browser, so it might take a bit to load from slow connections. Here's the related video from FOSDEM: https://fosdem.org/2022/schedule/event/lotech_lowa/
Even with a fast connection, it takes a very long time. I'm guessing the site is overloaded as the peak was a few tens of Mb/s, and generally much slower.
Re: LibreOffice running natively in the browser via WebAssembly
#76After I opened the file open dialog and then clicked cancel.
Re: LibreOffice running natively in the browser via WebAssembly
#77Wait... Isn't LO a Java application? Have we created a new way to shove Java into a browser, but this time with the JVM itself inside the browser ?
I think you're confusing it with OpenOffice. IIRC LibreOffice is mostly C/C++.
Re: LibreOffice running natively in the browser via WebAssembly
#78Note that it will download around ~300Mb of data directly to your browser, so it might take a bit to load from slow connections. Here's the related video from FOSDEM: https://fosdem.org/2022/schedule/event/lotech_lowa/
300 MiB. & … "a bit" — it takes nearly 20 seconds on "Gigabit" fiber. (312 MiB in 19.22s, or 136 Mbps.) Runs shockingly smoothly once it starts, though.
Re: LibreOffice running natively in the browser via WebAssembly
#79This doesn't seem to be working for me in Firefox or Safari on an M1 mac. Has anyone else had any success or is it only working on Chrome?
Re: LibreOffice running natively in the browser via WebAssembly
#80Wait... Isn't LO a Java application? Have we created a new way to shove Java into a browser, but this time with the JVM itself inside the browser ?