mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-02 18:40:00 -07:00
crates: snapshot
This commit is contained in:
@@ -9,7 +9,6 @@ use std::{
|
||||
};
|
||||
|
||||
use brk_alloc::Mimalloc;
|
||||
use brk_binder::generate_js_files;
|
||||
use brk_bundler::bundle;
|
||||
use brk_computer::Computer;
|
||||
use brk_error::Result;
|
||||
@@ -119,8 +118,6 @@ pub fn run() -> color_eyre::Result<()> {
|
||||
modules_path = downloaded_modules_path;
|
||||
}
|
||||
|
||||
generate_js_files(query.inner(), &modules_path)?;
|
||||
|
||||
Some(
|
||||
bundle(
|
||||
&modules_path,
|
||||
|
||||
Reference in New Issue
Block a user