Colin D Murphy

Results 38 comments of Colin D Murphy

This could be a real can of worms, but it's definitely worth it. - There are some security implications here. It's been awhile since I discussed security and wasmcloud, so...

If there aren't any other proposals for 0.2.1, I think the `-draft` should be removed before this is merged. It needs to be removed before my wasmtime [PR](https://github.com/bytecodealliance/wasmtime/pull/6899/files). Which in...

Thanks @yoshuawuyts . I've merged that.

Do we need to update wit-bindgen? ``` wit-bindgen markdown wit --html-in-md Error: failed to resolve directory while parsing WIT for path [wit] Caused by: 0: this type is not gated...

Looks like the version of wit-bindgen-cli in the test needs to be updated.

CI won't pass until we can pass features to wit-abi-up-to-date. ``` wit-bindgen markdown wit --check --html-in-md --features clocks-timezone ``` I'm thinking the github action would need something like this: ```...

Thank you @sunfishcode and @yoshuawuyts !

@justingrant I was intending to use the iana-time-zone crate for the wasmtime implementation. Do you have any concerns with that crate? https://github.com/bytecodealliance/wasmtime/pull/6899

Thanks @yoshuawuyts. I'm happy to stay involved with this. My goal with the timezone PR was to support Rust crates and binaries that use the `chrono` crate, as it is...