refactor(docs): more conversions of sh to console for copy-paste (#10707)This commit udpates more instructions on various READMEs to avoid `$`for easy copy-pasting, and also use `console` where ap
refactor(docs): more conversions of sh to console for copy-paste (#10707)This commit udpates more instructions on various READMEs to avoid `$`for easy copy-pasting, and also use `console` where appropriate.Signed-off-by: Victor Adossi <[email protected]>
show more ...
Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867)This rename is happening in upstream Rust and should be in enough placesnow.prtest:full
Reduce typo count (#8951)
Add an example for wasi-nn WinML backend. (#8472)* Add an example for wasi-nn WinML backend.This example is similar as classification-component-onnx, but it's not a wasmcomponent, and it's for W
Add an example for wasi-nn WinML backend. (#8472)* Add an example for wasi-nn WinML backend.This example is similar as classification-component-onnx, but it's not a wasmcomponent, and it's for WinML backend. It also includes a step by stepinstruction for running this example.* Touch up the documentation for this exampleThis change removes some duplicated information and tweaks some of thewording.---------Co-authored-by: Andrew Brown <[email protected]>