Andrew Brown

Results 326 comments of Andrew Brown

(Sorry, coming in a bit late to the conversation). @cfallin, I always sort of took the `precision` crate measurements with a grain of salt: I didn't really trust the "measure...

Also, could be done with https://docs.rs/witx-bindgen/0.1.0/witx_bindgen/fn.generate.html.

I believe this may be possible with the OpenVINO backend in Wasmtime, but it could bear some investigation. The [wasi-nn bindings repository](https://github.com/bytecodealliance/wasi-nn) has Rust and AssemblyScript examples of running an...

@ln23415, did you figure out how to pass multiple tensors in through the wasi-nn API?

Couldn't the script live in the repo and one of us just runs it on a system with the right credentials configured?

And just to clarify: this PR does not fully solve https://github.com/WebAssembly/wasi-sdk/issues/401 because of `__libcpp_verbose_abort`? Maybe we need an upstream way to configure `_LIBCPP_AVAILABILITY_HAS_VERBOSE_ABORT=0` at build time or something?

@sunfishcode, I opened what I think is a similar issue here: https://github.com/WebAssembly/WASI/issues/524. Can you take a look at that one and see if it should be merged here? I'm a...

I'm going to rename this issue to something more recognizable to others who are working on this (cc: @mingqiusun, @penzn, @egalli). We have worked on several ideas but the current...

This comment by @lukewagner has been moved verbatim from https://github.com/abrown/wasi-parallel-spec/issues/4#issuecomment-912900861 as a part of moving the spec repository: One possible direction is to use the module-linking proposal to pass the...