Guy Bedford

Results 1051 comments of Guy Bedford

Thanks for the ping @cataggar - I just tested and yes this does finally work now! Note this is just the function name list for the stack and nothing more,...

Having a hook lockdown phase is not a requirement for this PR by any means, but would be a nice to have to clarify the early hook registration model sooner...

Right, so it's our job to educate hook authors how to write hooks to support multi threading (or not) and how to avoid recursive application etc. etc. With regards to...

@joyeecheung to give an example, I was not aware `--import` applied for all threads and this came as a surprise to me personally. This information is valuable.

I was imagining this being more of a sugar in the WIT syntax, than actually reflecting into the component, but that's interesting to hear if there might be overlap with...

Could this be treated as sugar for something like a macro expansion generation. For example from: ``` func p: (param: record { name: string, value: option }) -> result ```...

@nicolo-ribaudo the problem with treating defer as its own output is that multiple defer modules do not bundle together at all - so defer use effectively causes too many code...

Initial support might be as simple as: 1. Start off by just ignoring the syntax but supporting it by removing it 2. When browsers support defer, allowing externals that were...

Thanks for the great summary here, it's great to pick up on these important discussions again. The pieces seem to fit together quite nicely, and I really like the encapsulated...

Given this is CJS-only I think we should clearly call the hook `cjsEvaluate` or similar.