Announcing wasi-threads

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • component-model

    Repository for design and specification of the Component Model

  • you are thinking of wasi_preview_snapshot1 which was effectively posix mapped into wasm. This approach as a whole has been deprecated, wasi_snapshot_preview2 is entirely based on the component model which is closer to Erlang than Posix in that regard. A component function receives a copy of the data it should work on instead of a pointer and length into foreign memory. This makes it possible to give different components different sets of rights, but still have them work with each other, you could even have network between two components, but to the components it will seem like they ran in the same program

  • wasi-filesystem

    Filesystem API for WASI

  • Take a look. They've even wholesale copied errno.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts