From eff4d47aa721531578d6f8025480ec4e91808395 Mon Sep 17 00:00:00 2001 From: itzelot01 Date: Tue, 30 Jan 2024 22:51:19 +0000 Subject: [PATCH] first update report on module 1, adding more reference links (fixed typos) --- module1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.