// https://github.com/denoland/deno/issues/16979 fn op_string_length(string: &str) -> Result { Ok(string.len() as u32) }