Function wasmer_ignore_walker

Source
pub fn wasmer_ignore_walker() -> WalkBuilderFactory
Expand description

Create and configure a default ignore walker for building packages that:

  • If a .wasmerignore file is present, it will be used to ignore files.
  • Otherwise, only .git folders will be ignored.