Cretezy

Results 69 comments of Cretezy

This is still happening. What was the fix? (using 0.8 or master) It seems to only be happening with `run` and not `build`.

Ah I see. One more question, how can I run a constructor? For example, I'm polyfilling `Promise`, but don't know how to create one. My solution currently is: ```go //...

Ah yes I didn't try putting the function in `() `. I agree that a constructor method would be nice. I have one more question: how good is the memory...

I mean as the overall runtime. I'm used to releasing V8's isolates to clear out the memory fully. I tried profiling but it was hard to test if the GC...

Would you like to create the PR for this?

This is definitely going to be an issue. I will rework this to use AES to allow large blobs soon. Thank you for rising this issue

I don't think chunking is the right solution, it would create a lot of overhead and would be must less efficient

The usual solution for storing encrypted data on mobile is this (see other libraries implementing the same pattern): - Create AES key, store it in the secure OS store (this...

@istvan-szilagyi This is great! I'm sorry for being a little bogged down recently. If you'd like, create a PR with the information in the README.