[][src]Module wasm_bindgen_backend::util

Structs

ShortHash

Small utility used when generating symbol names.

Functions

ident_ty
leading_colon_path_ty

Create a global path type from the given segments. For example an iterator yielding the idents [foo, bar, baz] will result in the path type ::foo::bar::baz.

raw_ident
rust_ident
simple_path_ty

Create a path type from the given segments. For example an iterator yielding the idents [foo, bar, baz] will result in the path type foo::bar::baz.

wrap_import_function