Re: [v8-users] Limiting WASM memory allocation as an embedder?

2018-09-16 Thread 'Kenton Varda' via v8-users
Hi Deepti, Thanks for your response. On Wed, Sep 12, 2018 at 7:32 PM, 'Deepti Gandluri' via v8-users < v8-users@googlegroups.com> wrote: > If you are looking to track Wasm allocations, there is a counter on the > Isolate that wasm memory allocations are registered >

Re: [v8-users] BigInt from String?

2018-09-16 Thread J Decker
On Sat, Sep 15, 2018 at 10:38 PM Jakob Kummerow wrote: > To create arbitrary BigInts via the C++ API, use BigInt::NewFromWords. > maybe this is a new method; it wasn't available, and would require preparsing to get an array of native values. > > An alternative, as you suggest, is to parse the