Viewing profile — baudaux
baudaux
HN member- Joined
- Fri, Apr 28, 2023, 9:05 AM UTC
- HN karma
- 258
- Public activity
- 194 items
- HN profile
- View on Hacker News ↗
About baudaux
baudaux@yahoo.fr
Recent public activity
-
comment
Comment #48487098
I will be interested in getting details about the experiments of Ryan Hunt about DOM performances. I am currently developing a WASI runtime for exaequOS and Woua programming langua…
-
comment
Comment #48486744
I put csol in https://exaequos.com : https://github.com/nielssp/csol Type: /usr/games/csol in the terminal (or find solitaire)
-
comment
Comment #47023955
Did you compare with wayvara ? The uxn/varvara runtime of https://exaequos.com ?
-
comment
Comment #46754982
Is it simple to adapt file open/save in order to embed it in https://exaequos.com ?
-
comment
Comment #46578464
I am working on a new Unix-style filesystem for the browser, in https://exaequos.com For local and remote storage and encrypted
-
comment
Comment #46369613
Maybe with plugins. The WebAssembly way is cross platform. You would be very surprised with the performances of WebAssembly. I have built a Fibonacci test program in Rust that runs…
-
comment
Comment #46368883
It allows, for example, to create bindings as I did for raylib graphics library. exaequOS can run any program that can be built to WebAssembly It will soon support WASI p1 and p2. …
-
comment
Comment #46367372
I easily managed to build quickJS to WebAssembly for running in https://exaequOS.com . So I need to do the same for MicroQuickJS !
-
comment
Comment #46214920
What is your project ?
-
comment
Comment #46212530
Or both the browser and wasi. As I am doing with exaequOS
-
comment
Comment #45906929
Thanks. I will have a look. I would like to integrate one Prolog in exaequOS.
-
comment
Comment #45905415
Is there a WebAssembly WASI version of swi prolog ?
-
comment
Comment #45873264
I am building a WebAssembly WASI runtime for exaequOS ( https://exaequos.com ), an OS fully running in the Web browser. It will support WASI 0.1 and 0.2. Basic implementation can b…
-
comment
Comment #45819536
I have built Fibonacci wasm wasi executable for Rust. When I execute it in https://exaequos.com (with wex runtime under development), it is faster than the native app on my MacBook…
-
story
Typst in the Web Browser with ExaequOS
Thanks to https://github.com/Myriad-Dreamin/typst.ts, I have added a Typst compiler in https://exaequos.com. You can edit a typst file using Monaco (mc) or vim or nano or ed. Then,…
-
comment
Comment #45673599
It looks like what we can do with bc, basic calculator
-
comment
Comment #45556113
I put QuickJS in https://exaequos.com . You can do graphics app with raylib
- story
-
comment
Comment #45473392
Is it targeting WASI ?
-
comment
Comment #45473374
Is it targeting WASI ?
-
comment
Comment #45439302
You can play with Uxn in the web with https://exaequos.com . See online documentation: https://www.exaequos.com/doc/build/html/dev.html#uxn
-
comment
Comment #45362539
ed is the first program I put in exaequOS ( https://exaequos.com ), an OS fully running in the Web browser. For testing ed, you can open a terminal and type 'ed'
-
comment
Comment #45072657
Is it generating wasm/wasi ?
-
comment
Comment #44657384
I am adding a WASI runtime (0.1 and 0.2) in https://exaequos.com , an OS running in the web browser. What would be a good DOM api ?
-
comment
Comment #44229811
Once wasm wasi runtime for exaequOS is ready (I hope soon) I will have a look for running munal OS app in the browser