just_ppe

Results 74 comments of just_ppe

> Once you do `vm1.dispose`, the memory address is `free`'d. You can't use vm1 again after it's disposed. Maybe try leaving off all the `.dispose` calls and see if that...

Ok, I think I've managed to make it work, at least on the most simple, PoC-level example. Pasting here in case someone would need to do sth similar. 1. `quickjs-memory-store.mjs`...

Also - block Math.random, Date...anything else?

Yup, but I believe both Akord and Pianity (the first real life users of this feature) fall into point 4 - so there's a question whether it makes sense to...

Also - we need to define some 'realistic' limits for the input itself. As far as I remember - Akord need few kilobytes... So maybe we could start with sth...

In case of point 4. - it would be up to our infra and execution engine to supply the input (stored in this case as a part of the manifest)...

Stage 1 - preparing minimal arbundles library version (the original one adds ~600kb to the resulting SDK bundle 😮) is done, right? @asiaziola warp-arbundles adds ~9kb, right?

@Tadeuchi , we need to return back to this. TODO: 1. rebase to main 2. verify if the owner is set properly (probably it is not) 3. prepare an example...