swc_plugin_proxy 0.21.0

Proxy structs to the hosts original structs for the plugin
Documentation
1
2
3
4
5
6
mod read_returned_result_from_host;
pub use read_returned_result_from_host::AllocatedBytesPtr;
#[cfg_attr(not(target_arch = "wasm32"), allow(unused))]
pub(crate) use read_returned_result_from_host::{
    read_returned_result_from_host, read_returned_result_from_host_fallible,
};