HackerTrans
TopNewTrendsCommentsPastAskShowJobs

baudaux

no profile record

Submissions

Typst in the Web Browser with ExaequOS

2 points·by baudaux·8 tháng trước·0 comments

WebAssembly WASI compilers in the Web browser with exaequOS

exaequos.com
2 points·by baudaux·9 tháng trước·0 comments

comments

baudaux
·tháng trước·discuss
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 language that will target WASI and will have access to DOM through a virtual/dev/dom driver.

wex —dir /dev /usr/tests/woua/dom_demo.wasm
baudaux
·tháng trước·discuss
I put csol in https://exaequos.com:

https://github.com/nielssp/csol

Type: /usr/games/csol in the terminal (or find solitaire)
baudaux
·5 tháng trước·discuss
Did you compare with wayvara ? The uxn/varvara runtime of https://exaequos.com ?
baudaux
·6 tháng trước·discuss
Is it simple to adapt file open/save in order to embed it in https://exaequos.com ?
baudaux
·6 tháng trước·discuss
I am working on a new Unix-style filesystem for the browser, in https://exaequos.com For local and remote storage and encrypted
baudaux
·7 tháng trước·discuss
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 faster when built to Wasi than the native target on my MacBook
baudaux
·7 tháng trước·discuss
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. So many programming languages will be possible for creating programs targeting exaequOS
baudaux
·7 tháng trước·discuss
I easily managed to build quickJS to WebAssembly for running in https://exaequOS.com . So I need to do the same for MicroQuickJS !
baudaux
·7 tháng trước·discuss
What is your project ?
baudaux
·7 tháng trước·discuss
Or both the browser and wasi. As I am doing with exaequOS
baudaux
·8 tháng trước·discuss
Thanks. I will have a look. I would like to integrate one Prolog in exaequOS.
baudaux
·8 tháng trước·discuss
Is there a WebAssembly WASI version of swi prolog ?
baudaux
·8 tháng trước·discuss
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 be tested by running ‘wex’ in the terminal
baudaux
·8 tháng trước·discuss
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
baudaux
·9 tháng trước·discuss
It looks like what we can do with bc, basic calculator
baudaux
·9 tháng trước·discuss
I put QuickJS in https://exaequos.com. You can do graphics app with raylib
baudaux
·9 tháng trước·discuss
Is it targeting WASI ?
baudaux
·9 tháng trước·discuss
Is it targeting WASI ?
baudaux
·9 tháng trước·discuss
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
baudaux
·10 tháng trước·discuss
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'