diff --git a/crates/cli-support/src/js/mod.rs b/crates/cli-support/src/js/mod.rs index 3b413fda..97a062f4 100644 --- a/crates/cli-support/src/js/mod.rs +++ b/crates/cli-support/src/js/mod.rs @@ -299,18 +299,6 @@ impl<'a> Context<'a> { )) })?; - self.bind("__wbindgen_is_array", &|me| { - me.expose_get_object(); - Ok(String::from( - " - function(i) { - const val = getObject(i); - return Array.isArray(val) ? 1 : 0; - } - ", - )) - })?; - self.bind("__wbindgen_is_function", &|me| { me.expose_get_object(); Ok(String::from(