preview2-prototyping icon indicating copy to clipboard operation
preview2-prototyping copied to clipboard

Polyfill adapter for preview1-using wasm modules to call preview2 functions.

Results 8 preview2-prototyping issues
Sort by recently updated
recently updated
newest added

# Components and Constructors Pat Hickey, 28 Feb 2023 Presently, there are some major problems using C/C++ constructors (ctors) with the component model. * Rust and C/C++ guests need to...

This is a work in progress and doesn't compile yet.

Hi there! I recognise that this would be quite difficult to do with the current tooling that Rust provides, but are there any plans to provide a synchronous variant of...

using the latest main branch `host` crate `host::command::add_to_linker(&mut linker, |state: &mut HostHelper| state.wasi_ctx())` will report > Error occurred while creating a new object: import `stderr` has the wrong type but...

The new WASI reactor definition is now: ``` default world reactor { import wall-clock: clocks.wall-clock import monotonic-clock: clocks.monotonic-clock ... } ``` That is, from a WIT perspective, the identifying import...

Hey, not sure if this is the right place to ask but the issue was caused when `wasm32-wasi` target is used in my case. I tried to execute a wasi...

I wonder if it might be worth making the "context" argument for wasi logging entirely optional? This way, both global and contextual logging could be supported.

I've got a component which executes as a command via `main()`, after which exported functions may be called as part of an extended lifecycle for the application. I'm finding that...