swc_plugin_proxy 21.0.0

Proxy structs to the hosts original structs for the plugin
Documentation
1
2
3
4
5
6
7
8
mod read_returned_result_from_host;
#[cfg(all(
    feature = "encoding-impl",
    feature = "__plugin_mode",
    target_arch = "wasm32"
))]
pub(crate) use read_returned_result_from_host::read_returned_result_from_host;
pub use read_returned_result_from_host::AllocatedBytesPtr;