HackerTrans
トップ新着トレンドコメント過去質問紹介求人

baudaux

no profile record

投稿

Typst in the Web Browser with ExaequOS

2 ポイント·投稿者 baudaux·8 か月前·0 コメント

WebAssembly WASI compilers in the Web browser with exaequOS

exaequos.com
2 ポイント·投稿者 baudaux·9 か月前·0 コメント

コメント

baudaux
·先月·議論
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
·先月·議論
I put csol in https://exaequos.com:

https://github.com/nielssp/csol

Type: /usr/games/csol in the terminal (or find solitaire)
baudaux
·5 か月前·議論
Did you compare with wayvara ? The uxn/varvara runtime of https://exaequos.com ?
baudaux
·6 か月前·議論
Is it simple to adapt file open/save in order to embed it in https://exaequos.com ?
baudaux
·6 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
What is your project ?
baudaux
·7 か月前·議論
Or both the browser and wasi. As I am doing with exaequOS
baudaux
·8 か月前·議論
Thanks. I will have a look. I would like to integrate one Prolog in exaequOS.
baudaux
·8 か月前·議論
Is there a WebAssembly WASI version of swi prolog ?
baudaux
·8 か月前·議論
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 か月前·議論
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 か月前·議論
It looks like what we can do with bc, basic calculator
baudaux
·9 か月前·議論
I put QuickJS in https://exaequos.com. You can do graphics app with raylib
baudaux
·9 か月前·議論
Is it targeting WASI ?
baudaux
·9 か月前·議論
Is it targeting WASI ?
baudaux
·9 か月前·議論
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 か月前·議論
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'