Pat Hickey

Results 236 comments of Pat Hickey

I can reproduce on Chrome under Linux with today's mavelousdemo.appspot.com (33e8bc). To me, it seems like the slider will update once (during drag) but never again after that.

Our current rough thinking on this issue is that the Component Model standard will one day be expanded to support dynamic (runtime) component instantiation. This isn't on any concrete roadmap...

In response to @ttrenner, I will clarify what what "breaking" means in the context of changes. The Preview 2 to Preview 3 iteration will permit changes to interfaces, so long...

Prior to the 0.2.0 release, we used `0.2.0-rc-` as the format for versions in the cli/http and friends. If you want to imply something less stable than `rc` and not...

Agree with Luke -we omitted `sched_yield` because we weren't aware of any Preview 1 implementations or programs making strategic use of it, and didn't want to commit ourselves to something...

I suggest this issue should be moved to https://github.com/WebAssembly/ComponentModel - any concerns for how Wasm primitives can be shared between guests, or host and guest, are in the Component Model's...

This is more of a Component Model repo question, but the thinking right now is that, if you have some sort of foreign interface specified in an IDL, whether that...

Wasi is not a part of wasm concerned with supporting C compilation. It is a modular collection of interfaces for interacting with external systems, e.g. filesystems, http, and sockets. The...

The component model defines how component types, including the types of import and export functions, work at the binary level, as well as how they are represented in wit files:...

Those symbols are coming from bindings created by the `wasm-bindgen` crate. wasm-bindgen is not compatible with WASI. wasm-bindgen is intended to be used with those imports implemented in javascript, instantiating...