()
| 583 | pub use alloc_crate::string::String; |
| 584 | #[cfg(target_arch = "wasm32")] |
| 585 | pub fn run_ctors_once() { |
| 586 | wit_bindgen_rt::run_ctors_once(); |
| 587 | } |
| 588 | pub use alloc_crate::vec::Vec; |
| 589 | pub unsafe fn string_lift(bytes: Vec<u8>) -> String { |
| 590 | if cfg!(debug_assertions) { |
no outgoing calls
no test coverage detected