Mircea Trofin

Results 20 comments of Mircea Trofin

Actually... come to think about it, not terribly hard to implement, at least on the chrome/v8 side.

Assuming this is how we all go about it, would this need additional specification?

@rossberg-chromium for clarity, option 1 was: ``` "instantiateStreaming" in WebAssembly === true WebAssembly.instantiateStreaming(some_response) === undefined ``` I think what we're agreeing on, which wasn't on the original list, and was...

> Thanks for this work! I think the part where this adds the TOSA passes to tf-opt should be reverted. As @jpienaar proposed, Google appears to prefer having a separate...

> Hi @mtrofin Can you please resolve the conflicts? Thank you. Done.

@flagxor - this would be a helper API, correct? I worry we would enter composition engine territory with this API. Questions of policy arise. Besides cycles, as @rossberg-chromium illustrates, there's...

Let's also take a step back. What's the motivating user story for this API? The proposal frames this in the context of dynamic linking. The motivations for that feature are,...

@lukewagner - I agree, this is about load-time linking. I think I went about my point in too convoluted of a way. Let me try this: - I claim developers...

How about this: let's first prototype an implementation for instantiateGroup.

There is a similar precedent in production, too - .NET's MEF allows import satisfaction with Lazy objects. Similar to this proposal here, in that the object providing the service required...