Docs.rs
  • wasm2usharp-0.2.2
    • wasm2usharp 0.2.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • raii-x
    • Dependencies
      • anyhow ^1.0.75 normal
      • clap ^4.4.6 normal
      • cranelift-entity ^0.108.1 normal
      • num-traits ^0.2.17 normal
      • once_cell ^1.18.0 normal
      • petgraph ^0.6.4 normal
      • regex ^1.9.6 normal
      • thiserror ^1.0.49 normal
      • wasmparser ^0.113.2 normal
      • float-cmp ^0.9.0 dev
      • tempfile ^3.8.0 dev
      • wast ^66.0.0 dev
    • Versions
    • 12.5% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

wasm2usharp0.2.2

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ir::builder::Builder
  • ir::code::Block
  • ir::code::BlockId
  • ir::code::Call
  • ir::code::Code
  • ir::code::Inst
  • ir::code::InstId
  • ir::module::Data
  • ir::module::Element
  • ir::module::Func
  • ir::module::FuncHeader
  • ir::module::Global
  • ir::module::Memory
  • ir::module::Module
  • ir::module::Table
  • ir::node::Iter
  • ir::node::Node
  • ir::var::Var
  • ir::var::VarId

Enums

  • ir::code::Breakable
  • ir::code::InstKind
  • ir::ty::Const
  • ir::ty::CsType
  • ir::var::Primary
  • parse::NotSupportedError

Traits

  • util::HashSetExt

Functions

  • codegen::codegen_module
  • convert
  • ir::func_header
  • ir::trap
  • parse::convert_to_ident
  • parse::parse_module
  • pass::run_passes
  • run
  • util::bit_mask

Type Aliases

  • ir::code::BlockNode
  • ir::code::InstNode
  • ir::var::Vars

Constants

  • ir::BREAK_DEPTH
  • ir::CALL_INDIRECT
  • ir::DATA
  • ir::ELEMENT
  • ir::FUNC
  • ir::GLOBAL
  • ir::INIT
  • ir::LOOP
  • ir::MAX_PARAMS
  • ir::MEMORY
  • ir::NULL
  • ir::PAGE_SIZE
  • ir::STACK
  • ir::STACK_SIZE
  • ir::STACK_TOP
  • ir::START
  • ir::TABLE
  • ir::VAR