Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Source

This folder is an (almost) direct copy of the component-macro crate in wasmtime.

License

The code in this folder is licensed under the "Apache-2.0 WITH LLVM-exception" license, see LICENSE.

Changes

  • Renamed lib.rs to mod.rs
  • Removed #[proc_macro] and #[proc_macro_derive(...)] attributes
  • Re-exported component::Style and component::VariantStyle
  • Fixed clippy lint issues, see #7698
  • Removed some flags implementations when compiling on not-sys target