wasi-core 0.2.0

Experimental WASI API bindings for Rust
Documentation
  • Coverage
  • 0.36%
    2 out of 548 items documented0 out of 19 items with examples
  • Size
  • Source code size: 106.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 16.84 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • bytecodealliance/wasi-rs
    351 63 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sunfishcode

wasi-core

This package contains experimental WASI API bindings in Rust.

There are two modules:

  • wasi_unstable::raw, which provides raw access to the literal binding to the API. These functions are unsafe and use raw pointers.

  • wasi_unstable, which provides thin wrappers around the raw functions which use idiomatic Rust types rather than raw pointers, and are safe.