Docs.rs
  • wac-parser-0.2.0
    • wac-parser 0.2.0
    • Docs.rs crate page
    • Apache-2.0 WITH LLVM-exception
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • github:bytecodealliance:wasmtime-publish
    • wasmtime-publish
    • Dependencies
      • anyhow ^1.0.81 normal
      • id-arena ^2.2.1 normal
      • indexmap ^2.2.6 normal
      • log ^0.4.21 normal
      • logos ^0.14.0 normal
      • miette ^7.2.0 normal
      • semver ^1.0.22 normal
      • serde ^1.0.197 normal
      • thiserror ^1.0.58 normal
      • wac-graph ^0.2.0 normal
      • wasm-encoder ^0.202.0 normal
      • wasm-metadata ^0.202.0 normal
      • wasmparser ^0.202.0 normal
      • miette ^7.2.0 dev
      • owo-colors ^4.0.0 dev
      • pretty_assertions ^1.4.0 dev
      • pretty_env_logger ^0.5.0 dev
      • rayon ^1.10.0 dev
      • serde_json ^1.0.115 dev
      • tokio ^1.37.0 dev
      • wac-resolver ^0.2.0 dev
      • wasmprinter ^0.202.0 dev
    • Versions
    • 100% 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

wac_parser0.2.0

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • AccessExpr
  • Constructor
  • DocComment
  • Document
  • DocumentPrinter
  • EnumCase
  • EnumDecl
  • ExportStatement
  • Expr
  • Field
  • Flag
  • FlagsDecl
  • FuncType
  • Ident
  • ImportStatement
  • InlineInterface
  • InterfaceDecl
  • InterfaceExport
  • LetStatement
  • Lookahead
  • Method
  • NamedAccessExpr
  • NamedInstantiationArgument
  • NamedType
  • NamedWorldItem
  • NestedExpr
  • NewExpr
  • PackageDirective
  • PackageName
  • PackagePath
  • RecordDecl
  • ResourceDecl
  • String
  • TypeAlias
  • Use
  • UseItem
  • VariantCase
  • VariantDecl
  • WorldDecl
  • WorldExport
  • WorldImport
  • WorldInclude
  • WorldIncludeItem
  • lexer::Lexer
  • resolution::Resolution

Enums

  • Error
  • ExportOptions
  • ExternName
  • ExternType
  • FuncTypeRef
  • ImportType
  • InstantiationArgument
  • InstantiationArgumentName
  • InterfaceItem
  • ItemTypeDecl
  • PostfixExpr
  • PrimaryExpr
  • ResourceMethod
  • ResultList
  • Statement
  • Type
  • TypeAliasKind
  • TypeDecl
  • TypeStatement
  • UsePath
  • WorldItem
  • WorldItemPath
  • WorldRef
  • lexer::Error
  • lexer::Token
  • resolution::Error
  • resolution::InstanceOperation

Functions

  • parse_optional
  • parse_token

Type Aliases

  • ParseResult
  • lexer::LexerResult
  • resolution::ResolutionResult