summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorWhaleKit <kitmouse.nikita@gmail.com>2025-01-06 18:25:53 +0600
committerGitHub <noreply@github.com>2025-01-06 13:25:53 +0100
commit0202878e1cdf5448fb007cc080c98cce707c889f (patch)
tree8aeb7446d072d174068ddd7eba150192a5bdd68e /Cargo.lock
parent5797ee77faeeaed8eb54f2eb09dd4a07c3c01017 (diff)
Check returns in untyped host functions (#27)
--------- Signed-off-by: Henry Gressmann <mail@henrygressmann.de> Co-authored-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 14e8e5f..5333d98 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -698,6 +698,7 @@ dependencies = [
"tinywasm-types",
"wasm-testsuite",
"wast",
+ "wat",
]
[[package]]