Skip to content

Commit 8e194d0

Browse files
committed
Removed run_moonc
1 parent ad33840 commit 8e194d0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/moonc_wasm/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,3 @@ pub fn initialize_v8() -> anyhow::Result<()> {
5858
v8::V8::initialize();
5959
Ok(())
6060
}
61-
62-
pub fn run_moonc(argv: Vec<String>) -> anyhow::Result<()> {
63-
initialize_v8()?;
64-
run_wasmoo(argv)
65-
}

0 commit comments

Comments
 (0)