Jake Teton-Landis
Jake Teton-Landis
I like the direction that marty's data fetching is going in, but i don't like to write more files. I would like to see even more behaviour for optimisitc updates...
@taion yeah, I think you're right about caching/proxy/request state stuff being usable across multiple flux implementations. @goatslacker when you look at the Marty APIs, which ones do you see as...
I don’t know how CMake works, so I’m reluctant to add a dependency on CMake to this project. If you want to maintain the quickjs-ng variants I’m happy to accept...
@saghul id appreciate the support. I template Variant.mk into each variant, then run `make` per variant to produce the final wasm and/or js files
Here’s the make rule for quickjs: https://github.com/justjake/quickjs-emscripten/blob/aa48b619983f02c5691d989c0771a3421178ce4b/templates/Variant.mk#L151
I think one issue I encountered trying to adapt newer quickjs-ng is that it’s harder to enable malloc_usable_size and other memory accounting features in quickjs-ng for Emscripten environment. Emscripten appears...
Yeah, I recommend the single file builds if the multifile ones don’t work well for you. Since this is a continued issue, I may reverse the defaults back to “singlefile”....
Agree! In the mean time you can get away with this sort of thing: ```js function keys(context, handle) { using objectHandle = context.getProp(context.global, 'Object') using keysFnHandle = context.getProp(objectHandle, 'keys') using...
Happy to accept a pull request that adds a lower-level function using an iterator, etc.
This is published as of 0.30.0