openwallet-foundation / credo-ts

Typescript framework for building decentralized identity and verifiable credential solutions
https://credo.js.org
Apache License 2.0
258 stars 196 forks source link

borc: Unexpected stdlib member #308

Open TimoGlastra opened 3 years ago

TimoGlastra commented 3 years ago

When running tests locally I get the following warning in the tests. It comes from the recently added borc library.

I'd like to know where it is coming from, and if we can fix it.

(node:19692) V8: /Users/timoglastra/Developer/Work/Animo/Aries/aries-framework-javascript/node_modules/borc/src/decoder.asm.js:3 Linking failure in asm.js: Unexpected stdlib member
(Use `node --trace-warnings ...` to show where the warning was created)

@blu3beri could you take a look?

berendsliedrecht commented 3 years ago

Yes, will do!

berendsliedrecht commented 3 years ago

Created an issuer here as I could find any relevant information. Hopefully they'll know.

TimoGlastra commented 2 years ago

Is this fixed @blu3beri?

berendsliedrecht commented 2 years ago

I check it right now.

berendsliedrecht commented 2 years ago

The error is still there. I do recall that a lot of libraries did not work with react native and that is why I chose this one. Maybe we could make a patch file for this or look for another one. (everything does work correctly though)