Pat Hickey

Results 236 comments of Pat Hickey

In your own crate, can you run bindgen for the wasi:cli/command world and use `with` to point to all of the parts of wasmtime-wasi and wasmtime-wasi-io that you do want...

You may need to copy them if you are in a different repo. In the same repo, you can use the `path:` argument to bindgen! to provide a folder to...

`wasm-ld` is able to statically link wasm object files and archive files (static libs) into a core wasm module. You can then transform a core wasm module into a component...

wasm-ld is not used by any of the wit tools or runtimes. On our call last night I described the process by which which you can statically link programs prior...

The generated markdown has a 1:1 correspondence from the wit - only information in the wit is present in the markdown. We are not proposing to get rid of the...

@davidkern Thanks so much David for your work on this feature! @jeertmans Can you ping me when a new release is made, so I can move https://github.com/bytecodealliance/wasmtime/pull/8872 forward?

I believe this issue can be closed because `ngx::async_` now provides an executor on the nginx event loop: https://github.com/nginx/ngx-rust/blob/main/src/async_/spawn.rs#L139 I am working on updating the examples to show this in...

Thanks for your report. As a workaround until this is solved, can you define your uuid as a record instead of a tuple?

Our goal with child resources is to eventually have a way to encode that relationship in the wit and component model type system, but that mechanism doesn't exist yet, so...

You're using WASI Preview 1, where the system call interface underlying your program won't be able to tell it the host file is a FIFO. Support for representing a FIFO...