diff options
Diffstat (limited to 'examples/wasm-rust.rs')
| -rw-r--r-- | examples/wasm-rust.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wasm-rust.rs b/examples/wasm-rust.rs index 7240bef..e0b9968 100644 --- a/examples/wasm-rust.rs +++ b/examples/wasm-rust.rs @@ -19,7 +19,6 @@ use tinywasm::{FuncContext, HostFunction, Imports, ModuleInstance, Store}; /// `rustup target add wasm32-unknown-unknown`. /// <https://github.com/WebAssembly/wabt> /// <https://github.com/WebAssembly/binaryen> -/// fn main() -> Result<()> { pretty_env_logger::init(); |
