forked from DECA/DAOTask
first update report on module 1, adding more reference links (fixed typos)
This commit is contained in:
parent
74e14dabd6
commit
eff4d47aa7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue