Docs.rs
  • wars-rt-0.7.1
    • wars-rt 0.7.1
    • Docs.rs crate page
    • CC0-1.0
    • Links
    • crates.io
    • Source
    • Owners
    • gkgoat1
    • Dependencies
      • anyhow ^1.0.86 normal
      • castaway ^0.2.2 normal
      • derive_more ^0.99.17 normal
      • dumpster ^1.0.0 normal optional
      • either ^1.13.0 normal
      • ic-stable-structures ^0.6.5 normal optional
      • paste ^1.0.15 normal
      • portal-pc-tramp ^0.3.0 normal
      • spin ^0.9.8 normal
      • tuple_list ^0.1.3 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

wars_rt0.7.1

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crate wars_rt

Source

Re-exports§

pub use func::Value;

Modules§

_rexport
func
wasix

Enums§

Either
The enum Either with variants Left and Right is a general purpose sum type with two cases.
Infallible
The error type for errors that can never happen.
Pit

Traits§

CtxSpec
Err
Memory
Traverse

Functions§

i32add
i32and
i32clz
i32ctz
i32divs
i32divu
i32eq
i32eqz
i32ges
i32geu
i32gts
i32gtu
i32les
i32leu
i32load
i32load8s
i32load8u
i32load16s
i32load16u
i32load32s
i32load32u
i32lts
i32ltu
i32mul
i32ne
i32or
i32rems
i32remu
i32rotl
i32shl
i32shrs
i32shru
i32store
i32store8
i32store16
i32store32
i32sub
i32wrapi64
i32xor
i64add
i64and
i64clz
i64ctz
i64divs
i64divu
i64eq
i64eqz
i64extendi32s
i64extendi32u
i64ges
i64geu
i64gts
i64gtu
i64les
i64leu
i64load
i64load8s
i64load8u
i64load16s
i64load16u
i64load32s
i64load32u
i64lts
i64ltu
i64mul
i64ne
i64or
i64rems
i64remu
i64rotl
i64shl
i64shrs
i64shru
i64store
i64store8
i64store16
i64store32
i64sub
i64truncf64s
i64xor
select

Type Aliases§

Mutex
A primitive that synchronizes the execution of multiple threads. See mutex::Mutex for documentation.