Keith Winstein

Results 156 comments of Keith Winstein

@eqrion It's not GCed or ref-counted -- for wasm2c, `externref` is just an opaque type (by default, a `void*`). I think it's up to the host API to define the...

Unfortunately probably not, as this project is built on Mosh (https://mosh.org) which is GPL3+. Sprout is mostly research code and not really intended for others to include directly in a...

Yes, but mostly of academic interest and as a package to reproduce the results of our 2013 paper (http://alfalfa.mit.edu). It is one of the modules in our new Pantheon system...

Thanks, and thanks for the ping. Do you think it would be better to consolidate the three `ReadAlignment`, `TakeHasMemidx`, and `CheckAlignment` functions into a single `ReadAlignment(Address* align_log2, bool* has_memidx, const...

E.g. https://github.com/keithw/wabt/commit/b09d4e082a3edadde8945777d75eb476b5f7c368

Let's just go back to the way you had it and call it done.