From ec174170ba090728ebb83b05450d5550a514f43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 18 Sep 2020 16:01:50 +0200 Subject: refactor: move FileReader to op_crates/web (#7554) --- op_crates/web/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'op_crates/web/lib.rs') diff --git a/op_crates/web/lib.rs b/op_crates/web/lib.rs index f6c7137f7..278accd2f 100644 --- a/op_crates/web/lib.rs +++ b/op_crates/web/lib.rs @@ -46,6 +46,7 @@ pub fn init(isolate: &mut JsRuntime) { manifest_dir.join("02_abort_signal.js"), manifest_dir.join("08_text_encoding.js"), manifest_dir.join("11_url.js"), + manifest_dir.join("21_filereader.js"), ]; // TODO(nayeemrmn): https://github.com/rust-lang/cargo/issues/3946 to get the // workspace root. -- cgit v1.2.3