Re: [E] Proposed change to TS API: TSHeapBuf

2023-01-04 Thread Walt Karas
Oh yeah I forgot, isn't a big reason to keep the TS API as C that it allows you to write programs in Rust? And can proxy-wasm handle it OK if the TS API is in C++? How about callbacks from Lua scripts being run by the Lua plugin? On Wed, Jan 4, 2023 at 4:26 PM Leif Hedstrom wrote: > > > > On J

Re: [E] Proposed change to TS API: TSHeapBuf

2023-01-04 Thread Leif Hedstrom
> On Jan 4, 2023, at 3:03 PM, Walt Karas wrote: > > There are people at Yahoo who have written plugins in straight C, and don't > want to change to C++. They can continue to write plugins in C, just have to compile with a C++ compiler. I imagine there will be very few, if any changes. Of cou