pdk-proxy-wasm-stub 1.6.0

Due to a linker error in Windows (https://github.com/rust-lang/rust/issues/86125) that fails when importing a crate that has external symbols, even when they are not being used, we need a proxy-wasm-stub for non wasm32 targets that does not define any extern functions in order to be able to run cargo test (which does not and can not use wasm32 as compilation target)
Documentation
1
2
3
4
5
6
7
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pdk-proxy-wasm-stub"
version = "1.6.0"