diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-12-04 01:53:09 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-12-04 01:53:09 +0100 |
| commit | 829db60c869ea5ec9be37e6fc2ad94c2965d63d4 (patch) | |
| tree | e007a6885b4d8425d05d09f9d1297c3a599f6c30 /crates/cli/Cargo.toml | |
| parent | 1fb52089715631f4edb2abdc592547d0f5121161 (diff) | |
feat: add wat support to cli
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/cli/Cargo.toml')
| -rw-r--r-- | crates/cli/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 783ead2..505b025 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -15,3 +15,8 @@ argh="0.1" color-eyre="0.6" log="0.4" pretty_env_logger="0.5" +wast={version="69.0", optional=true} + +[features] +default=["wast"] +wast=["dep:wast"] |
