From 6bb8a01585e1b475b2fa2a76b6fe6fe1d60b7f99 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 22 Nov 2022 23:31:02 -0800 Subject: [PATCH] WIP. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 75bc908..7a41ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" [dependencies] wasmparser = "0.95" +wasm-encoder = "0.20" anyhow = "1.0" structopt = "0.3" log = "0.4"