wasm_bindgen_backend

Module ast

source
Expand description

A representation of the Abstract Syntax Tree of a Rust program, with all the added metadata necessary to generate Wasm bindings for it.

Structs§

  • The metadata for an Enum
  • A rust to js interface. Allows interaction with rust objects/functions from javascript.
  • Information about a function being imported or exported
  • Things imported from a JS module (in an extern block)
  • A function being imported from JS
  • The type of a static being imported
  • The type of a static string being imported
  • The metadata for a type being imported
  • An abstract syntax tree representing a link to a module in Rust. In contrast to Program, LinkToModule must expand to an expression. linked_modules of the inner Program must contain exactly one element whose link is produced by the expression.
  • The operation performed by a class method
  • An abstract syntax tree representing a rust program. Contains extra information for joining up this rust code with javascript.
  • The metadata for a String Enum
  • Information about a Struct being exported
  • The field of a struct
  • The variant of an enum

Enums§

  • The type of a function being imported
  • The type of item being imported
  • The possible types of module to import from
  • An enum representing either a literal value (Lit) or an expression (syn::Expr).
  • The type of a method
  • The 3 types variations of self.
  • The kind of operation performed by a method
  • Unused, the type of an argument to / return from a function
  • Unused, the location of a type for a function argument (import/export, argument/ret)