Docs.rs
  • wit-bindgen-core-0.15.0
    • wit-bindgen-core 0.15.0
    • Docs.rs crate page
    • Apache-2.0 WITH LLVM-exception
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • alexcrichton
    • github:bytecodealliance:wasmtime-publish
    • Dependencies
      • anyhow ^1.0.72 normal
      • wit-component ^0.18.2 normal
      • wit-parser ^0.13.0 normal
    • Versions
    • 41.22% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate wit_bindgen_core

wit_bindgen_core0.15.0

  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

Crates

  • wit_bindgen_core
?
Change settings

Crate wit_bindgen_core

source ·

Re-exports

  • pub use wit_parser;

Modules

  • abi

Macros

  • uwrite
    Calls write! with the passed arguments and unwraps the result.
  • uwriteln
    Calls writeln! with the passed arguments and unwraps the result.

Structs

  • Files
  • Ns
  • Source
  • TypeInfo
  • Types

Enums

  • Direction

Traits

  • InterfaceGenerator
    This is a possible replacement for the Generator trait above, currently only used by the JS bindings for generating bindings for a component.
  • WorldGenerator

Functions

  • generated_preamble

Results

trait
wit_bindgen_core::WorldGenerator
trait method
wit_bindgen_core::WorldGenerator::finish
method
wit_bindgen_core::WorldGenerator::generate
method
wit_bindgen_core::WorldGenerator::preprocess
trait method
wit_bindgen_core::WorldGenerator::export_funcs
trait method
wit_bindgen_core::WorldGenerator::import_funcs
trait method
wit_bindgen_core::WorldGenerator::import_types
method
wit_bindgen_core::WorldGenerator::finish_imports
trait method
wit_bindgen_core::WorldGenerator::export_interface
trait method
wit_bindgen_core::WorldGenerator::import_interface
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.