torch2424 / as-bind

Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀
https://torch2424.github.io/as-bind/
MIT License
245 stars 23 forks source link

Not working with the latest AssemblyScript version #125

Open oliyg opened 1 year ago

oliyg commented 1 year ago

Hi, when I trying to install as-bind, I got the following error messages:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: as-lang@1.0.0
npm ERR! Found: assemblyscript@0.27.9
npm ERR! node_modules/assemblyscript
npm ERR!   dev assemblyscript@"^0.27.9" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer assemblyscript@"0.19.x" from as-bind@0.8.2
npm ERR! node_modules/as-bind
npm ERR!   as-bind@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

It seems like as-bind@0.8.2 is not compatible with assemblyscript@0.27.9 which is the latest version.

pajasevi commented 1 year ago

I have the same issue. Has this project been discontinued?

aminya commented 10 months ago

I tried to update assembly script in #127, however, some of the tests are failing now. Any help is appreciated.

aminya commented 9 months ago

Some good news for #127. Fixed the remaining issues. Now all the tests are passing! 🎉 Just waiting on @torch2424 to review.