summaryrefslogtreecommitdiff
path: root/ext/ffi/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/lib.rs')
-rw-r--r--ext/ffi/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi/lib.rs b/ext/ffi/lib.rs
index b8e3ac503..38a5a7eb2 100644
--- a/ext/ffi/lib.rs
+++ b/ext/ffi/lib.rs
@@ -83,6 +83,7 @@ pub(crate) struct FfiState {
pub fn init<P: FfiPermissions + 'static>(unstable: bool) -> Extension {
Extension::builder(env!("CARGO_PKG_NAME"))
+ .dependencies(vec!["deno_web"])
.esm(include_js_files!("00_ffi.js",))
.ops(vec![
op_ffi_load::decl::<P>(),