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 50 1

  2. wasix-libc wasix-libc Public

    Forked from WebAssembly/wasi-libc

    wasix libc implementation for WebAssembly

    C 108 17

Repositories

Showing 10 of 68 repositories
  • cpython Public Forked from python/cpython

    The Python programming language

    wasix-org/cpython’s past year of commit activity
    Python 3 29,936 0 1 Updated Jun 28, 2024
  • wasix-org/php-wasix-deps’s past year of commit activity
    C 0 0 0 0 Updated Jun 28, 2024
  • zlib Public Forked from madler/zlib

    A massively spiffy yet delicately unobtrusive compression library.

    wasix-org/zlib’s past year of commit activity
    C 0 2,432 0 0 Updated Jun 28, 2024
  • openssl Public Forked from openssl/openssl

    TLS/SSL and crypto library

    wasix-org/openssl’s past year of commit activity
    C 0 Apache-2.0 10,702 0 0 Updated Jun 28, 2024
  • php Public Forked from php/php-src

    The PHP Interpreter

    wasix-org/php’s past year of commit activity
    C 0 7,928 0 0 Updated Jun 27, 2024
  • rust Public Forked from rust-lang/rust

    Rust with WASIX targets.

    wasix-org/rust’s past year of commit activity
    Rust 6 12,672 4 1 Updated Jun 26, 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 108 193 13 3 Updated Jun 26, 2024
  • icu Public Forked from unicode-org/icu

    The home of the ICU project source code.

    wasix-org/icu’s past year of commit activity
    C++ 0 762 0 0 Updated Jun 26, 2024
  • curl Public Forked from curl/curl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

    wasix-org/curl’s past year of commit activity
    C 0 6,496 0 0 Updated Jun 25, 2024
  • wasmopticon Public

    Collection of test projects for Webassemnly (WASI+WASIX).

    wasix-org/wasmopticon’s past year of commit activity
    PHP 0 0 0 0 Updated Jun 24, 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…

Most used topics

Loading…