Skip to content
@wasix-org

WASIX

WASIX is the long term stabilization and support of the existing WASI ABI plus additional non-invasive syscall extensions

WASI(X) Extensions Spec

WASI(X) is maintained by wasix.org.

The intent of WASIX (pronounced "was-x") is to extend the WASI proposal and complete the ABI sufficiently now to build useful and productive applications today - it is not intended as a fork but rather to be a superset on top of WASI. Therefore it maintains full forwards and backwards compatibility with the preview1 version of WASI and stabilizes it for the long term.

WASIX is published on crates.io
https://crates.io/crates/wasix

Current Extensions

Below are the current extensions supported by WASIX, they are all fully tested and incorporated into supporting runtime(s):

  • full support for efficient multithreading including joins, signals and getpid
  • pthreads support (now extended from the WASI threads spec)
  • full support for sockets (socket, bind, connect, resolve)
    • IPv4, IPv6
    • UDP, TCP
    • Multicast, Anycast
    • RAW sockets
  • current directory support (chdir) integrated with the runtime
  • setjmp / longjmp support (used extensively in libc ) via asyncify
  • process forking (fork and vfork )
  • subprocess spawning and waiting (exec , wait )
  • TTY support
  • asynchronous polling of sockets and files
  • pipe and event support (pipe, event )
  • DNS resolution support (resolve )

WASI(X) Contributions

All contributions are welcome on extending WASI(X) with other extension(s). Just submit your pull request here and we will review via normal GitHub processes.

Long-term Support

WASIX will receive long term support by this community with a guarantee of backwards compatibility on the ABI. Runtime(s) that support this ABI are assured of its stability just as standard libraries and libraries can also count on that same stability to join the dots and make the connections.

Major bug fixes and/or zero day vulnerabilities will be addressed promptly here with careful consideration for resolving issues without compromising the long-term support goal.

Dependency Graph

Dependencieis

Pinned Loading

  1. wasix-witx wasix-witx Public

    Forked from WebAssembly/WASI

    WebAssembly System Interface

    Rust 60 1

  2. wasix-libc wasix-libc Public

    Forked from WebAssembly/wasi-libc

    wasix libc implementation for WebAssembly

    C 116 19

Repositories

Showing 10 of 84 repositories
  • php Public Forked from php/php-src

    The PHP Interpreter

    wasix-org/php’s past year of commit activity
    C 1 8,069 0 0 Updated Dec 25, 2024
  • wasix-org/php-wasix-deps’s past year of commit activity
    C 0 0 0 0 Updated Dec 25, 2024
  • wasix-libc Public Forked from WebAssembly/wasi-libc

    wasix libc implementation for WebAssembly

    wasix-org/wasix-libc’s past year of commit activity
    C 116 205 16 5 Updated Dec 20, 2024
  • bash Public

    Bash

    wasix-org/bash’s past year of commit activity
    C 2 GPL-3.0 1 2 0 Updated Dec 13, 2024
  • binaryen Public Forked from WebAssembly/binaryen

    Optimizer and compiler/toolchain library for WebAssembly

    wasix-org/binaryen’s past year of commit activity
    WebAssembly 0 Apache-2.0 776 0 0 Updated Dec 13, 2024
  • llvm-project Public Forked from llvm/llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    wasix-org/llvm-project’s past year of commit activity
    1 12,513 0 0 Updated Dec 13, 2024
  • adminer Public
    wasix-org/adminer’s past year of commit activity
    0 0 0 0 Updated Nov 28, 2024
  • phpmyadmin Public

    Wasmer package for phpmyadmin

    wasix-org/phpmyadmin’s past year of commit activity
    PHP 0 0 1 0 Updated Nov 22, 2024
  • s3-server Public Forked from datenlord/s3-server

    Generic S3 server implementation

    wasix-org/s3-server’s past year of commit activity
    Rust 1 MIT 29 0 0 Updated Nov 18, 2024
  • wasix.org Public

    Documentation for WASIX

    wasix-org/wasix.org’s past year of commit activity
    MDX 17 MIT 15 10 6 Updated Oct 31, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…