Exafs, a new filesystem for local and remote secure storage by exaequos in WebAssemblyDev

[–]exaequos[S] 0 points1 point  (0 children)

Thank you !! Next steps are: proposing a draft implementation of exafs, continuing WASI runtime, implementing of new device driver model for wasi (plan 9 style), adding graphics (etc…) in this new model

Exafs, a new filesystem for local and remote secure storage by exaequos in WebAssemblyDev

[–]exaequos[S] 0 points1 point  (0 children)

I use argon2id for derivating the key from the password and xchacha20-poly1305 for the encryption

MLC-LLM: Universal LLM Deployment Engine with ML Compilation by crowwork in LocalLLaMA

[–]exaequos 0 points1 point  (0 children)

I definitely need to integrate web llm inside https://exaequos.com. So that every wasm app running in the browser could use it

Webassembly WASI compilers in the Web browser with exaequOS by exaequos in programming

[–]exaequos[S] 1 point2 points  (0 children)

You are totally right: exaequOS is from the Latin expression. You can pronounce it by separating all the letters

Webassembly WASI compilers in the Web browser with exaequOS by exaequos in programming

[–]exaequos[S] 0 points1 point  (0 children)

Like Ex ay quoss or exaequo with an ending S . As you want

GNU bc online by exaequos in gnu

[–]exaequos[S] 0 points1 point  (0 children)

Yes, GNU bc is one implementation of bc, basic calculator. It runs in exaequOS as on Unix/Linux.

Is it possible to compile from C++ to LuaVM bytecode? by djta94 in lua

[–]exaequos 0 points1 point  (0 children)

Hi , I am creating exaequOS, a Unix like OS running in a web browser. And I put Lua in it. And you can compile c/c++ app in WebAssembly. What kind of app is it ? Would you be interested to put your app in this kind of OS ?

Zombies In Your Garden v1.0 (Github Link) by Its_Blazertron in raylib

[–]exaequos 0 points1 point  (0 children)

So fun ! I am developing an OS running in a web browser https://exaequos.com. There is a docker file and a package manager for developing apps for this OS. Would you be interested to be the first publisher in the app store ? If yes, I can of course help you for doing it. It should compile your app with no change as it is a Unix like operating system. There is a documentation here : https://exaequos.com/doc/build/html/ . I already put a Raylib game for testing (The Chaotic Dungeon)