Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 572 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 572 Bytes

Rust - wasix

This is a fork of Rust with support for the wasix, a Webassembly target that is a superset of wasi, extended with additional functionality.

See wasix.org for more details.

Usage

To compile Rust code to wasix, you should usually use the cargo-wasix cargo wrapper.

It will automatically download pre-built versions of the wasix Rust toolchain, and handles automating the integration with cargo.

See the above repository for more information.