You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some confusion about what WASIX is for and if it can be useful to me.
On the WASIX homepage you write
WASIX comes into play to bridge these gaps. It extends WASI with most of the missing POSIX features and is designed to run both in the server and the browser. WASIX provides full support for efficient multithreading, sockets (socket, bind, connect), [...]
But then, later on, under Rust Wasix usage you state
Currenly, Wasix is only supported by the Wasmer runtime. So, you need to install the Wasmer (opens in a new tab) runtime.
Could you clarify how I would be compiling Rust code so that I can run it in a browser (modern Firefox, Chrome, Edge) and have full support for threads using std::thread::spawn and synchronization primitives from std::sync? All examples I found show how to compile and locally run Rust code on my machine via WASIX.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi.
I have some confusion about what WASIX is for and if it can be useful to me.
On the WASIX homepage you write
But then, later on, under
Rust Wasix usage
you stateCould you clarify how I would be compiling Rust code so that I can run it in a browser (modern Firefox, Chrome, Edge) and have full support for threads using
std::thread::spawn
and synchronization primitives fromstd::sync
? All examples I found show how to compile and locally run Rust code on my machine via WASIX.Thanks!
The text was updated successfully, but these errors were encountered: