Skip to content

Instantly share code, notes, and snippets.

@conrad-watt
Created February 21, 2022 20:14
Show Gist options
  • Save conrad-watt/5487fb7c464b001a3678163105876e38 to your computer and use it in GitHub Desktop.
Save conrad-watt/5487fb7c464b001a3678163105876e38 to your computer and use it in GitHub Desktop.
warning: `wasmtime` (lib) generated 1 warning
Compiling wasmtime-fuzz v0.0.0 (/home/conrad/wasmtime/fuzz)
error[E0433]: failed to resolve: use of undeclared crate or module `wasm_smith`
--> fuzz/fuzz_targets/differential_spec.rs:14:5
|
14 | wasm_smith::ConfiguredModule<oracles::SingleFunctionModuleConfig<false, false>>
| ^^^^^^^^^^ use of undeclared crate or module `wasm_smith`
error[E0412]: cannot find type `SingleFunctionModuleConfig` in module `oracles`
--> fuzz/fuzz_targets/differential_spec.rs:14:43
|
14 | wasm_smith::ConfiguredModule<oracles::SingleFunctionModuleConfig<false, false>>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `oracles`
Some errors have detailed explanations: E0412, E0433.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `wasmtime-fuzz` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment