We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad33840 commit 8e194d0Copy full SHA for 8e194d0
src/moonc_wasm/mod.rs
@@ -58,8 +58,3 @@ pub fn initialize_v8() -> anyhow::Result<()> {
58
v8::V8::initialize();
59
Ok(())
60
}
61
-
62
-pub fn run_moonc(argv: Vec<String>) -> anyhow::Result<()> {
63
- initialize_v8()?;
64
- run_wasmoo(argv)
65
-}
0 commit comments