From 46b892ad37df9ba9bed77fb923a1cfe284b208dc Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 17 Oct 2020 11:56:15 +0200 Subject: refactor(core): more control over isolate creation (#8000) Make JSRuntime::new() accept a custom v8::CreateParams object to tune the v8::Isolate it creates. Subsumes the functionality of HeapLimits, which I therefore removed. --- core/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index e03ce2a7d..48968fa97 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -48,7 +48,6 @@ pub use crate::ops::OpState; pub use crate::ops::OpTable; pub use crate::resources::ResourceTable; pub use crate::runtime::GetErrorClassFn; -pub use crate::runtime::HeapLimits; pub use crate::runtime::JsRuntime; pub use crate::runtime::RuntimeOptions; pub use crate::runtime::Snapshot; -- cgit v1.2.3