diff --git a/module1.md b/module1.md index f6e5f6b..1feea9b 100644 --- a/module1.md +++ b/module1.md @@ -35,8 +35,11 @@ systems. This module is important to ensure frontend decentralization. documented but a little outdated since it was using yew version 12. Now the problem was the it had two errors that wouldn't let me run the app. Specific errors found: * error [E0433]: failed to resolve: unresolved import (a function from the wasm-bindgen.rs that comes from the version of wasm-bindgen that you installed) - * error [E0425]: cannot find the function 'wasm_bindgen_initialized' in this scope (also coming from wasm-bindgen.rs) + * error [E0425]: cannot find the function 'wasm_bindgen_initialized' in this scope (also coming from wasm-bindgen.rs). + + Possible solutions implemented: + - Updating to the newest version of wasm_bindgen. - Trying to change the imports of wasm_bindgen. - Adding the dependency to de Cargo.toml file.