Docs.rs
  • wasm-edit-0.1.3
    • wasm-edit 0.1.3
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • xtuc
    • Dependencies
      • byteorder ^1.4.3 normal
      • clap ^4.0.17 normal
      • env_logger ^0.9.1 normal
      • leb128 ^0.2.5 normal
      • log ^0.4.17 normal
      • nom ^7 normal
      • num_cpus ^1.14.0 normal
      • threadpool ^1.8.1 normal
    • Versions
    • 0.93% 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
logo

logo

Crate wasm_edit

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • ast::Code
  • ast::CodeLocal
  • ast::DataSegment
  • ast::DebugNames
  • ast::Export
  • ast::Global
  • ast::GlobalType
  • ast::Import
  • ast::Limits
  • ast::Memory
  • ast::Module
  • ast::Table
  • ast::Type
  • ast::Value
  • traverse::VisitorContext
  • traverse::WasmModule

Enums

  • ast::BlockType
  • ast::CustomSection
  • ast::Element
  • ast::ExportDescr
  • ast::Instr
  • ast::NumType
  • ast::Reftype
  • ast::Section
  • ast::ValueType

Traits

  • ToBytes
  • traverse::Visitor

Macros

  • ast::body
  • ast::make_type
  • ast::make_value
  • body
  • make_type
  • make_value

Functions

  • parser::decode
  • printer::print
  • traverse::locals_flatten
  • traverse::traverse
  • update_value

Type Definitions

  • ast::Expr
  • ast::MutableValue