swc_plugin_proxy/memory_interop/
mod.rs1mod read_returned_result_from_host;
2#[cfg(all(feature = "__rkyv", feature = "__plugin_mode", target_arch = "wasm32"))]
3pub(crate) use read_returned_result_from_host::read_returned_result_from_host;
4pub use read_returned_result_from_host::AllocatedBytesPtr;