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 73c3e71 commit b1a8ca5Copy full SHA for b1a8ca5
src/stubwasi.rs
@@ -1,6 +1,6 @@
1
use std::collections::HashMap;
2
3
-use anyhow::{bail, Error, Result};
+use anyhow::{bail, Result};
4
use wasm_convert::IntoValType;
5
use wasm_encoder::{
6
CodeSection, ExportKind, ExportSection, Function, FunctionSection, Instruction as Ins, Module,
0 commit comments