wapc / wapc-rust

Rust-based WebAssembly Host Runtime for waPC-compliant modules
Apache License 2.0
76 stars 10 forks source link

Dependency cleanup and API updates #24

Open jsoverson opened 3 years ago

jsoverson commented 3 years ago
jsoverson commented 3 years ago

cc @autodidaddict: does anything in wasmcloud depend on this crate anymore?

autodidaddict commented 3 years ago

wasmCloud does not use this crate.

jsoverson commented 3 years ago

Pausing on this for now because making the wasm3-provider Send is not as straightforward as I'd expected. @flavio do you make use of wasm3? @pkedy do you know any consumers?

Its usage dropped off substantially after wasmcloud moved from rust. Since the wasm3-rs repo cautions that it's a WIP, that it may be unsound, and also calls out for a new maintainer, it may be prudent to deprecate wasm3-provider altogether until the status changes.

flavio commented 3 years ago

@jsoverson kubewarden doesn't make use of this crate, thanks for asking