Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of undefined (reading '_malloc') #37

Open
Simple-MAX opened this issue Nov 24, 2021 · 1 comment
Open

Cannot read properties of undefined (reading '_malloc') #37

Simple-MAX opened this issue Nov 24, 2021 · 1 comment

Comments

@Simple-MAX
Copy link

image
any Idea why this not working

@marcodellemarche
Copy link

Hi @Simple-MAX, I just had a similar issue and it turned out that I forgot to init Enigma at the very beginning, which is required for Enigma to work.

Can you please try to add await Enigma.init() at the beginning and see if it solves the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants