Skip to content

Commit

Permalink
delete cargo make generator
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Jan 6, 2025
1 parent 8e58f8f commit f692d11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 608 deletions.
15 changes: 0 additions & 15 deletions wasm-rpc-stubgen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub mod commands;
pub mod compilation;
pub mod fs;
pub mod log;
pub mod make;
pub mod model;
pub mod naming;
pub mod rust;
Expand Down Expand Up @@ -273,20 +272,6 @@ pub async fn compose(args: ComposeArgs) -> anyhow::Result<()> {
commands::composition::compose(&args.source_wasm, &args.stub_wasm, &args.dest_wasm).await
}

pub fn initialize_workspace(
args: InitializeWorkspaceArgs,
stubgen_command: &str,
stubgen_prefix: &[&str],
) -> anyhow::Result<()> {
make::initialize_workspace(
&args.targets,
&args.callers,
args.wasm_rpc_override,
stubgen_command,
stubgen_prefix,
)
}

pub async fn run_app_command<CPE: ComponentPropertiesExtensions>(
mut clap_command: clap::Command,
command: App,
Expand Down
Loading

0 comments on commit f692d11

Please sign in to comment.