From d34625f9c1fb7cd8f51575f4854fb33b07016fc4 Mon Sep 17 00:00:00 2001 From: markfisher Date: Thu, 15 Jan 2026 15:29:32 -0500 Subject: [PATCH] map is now a reserved WIT keyword see: https://github.com/bytecodealliance/wasm-tools/commit/165430b Signed-off-by: markfisher --- wit/resp.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wit/resp.wit b/wit/resp.wit index 88205e7..fcd0d8e 100644 --- a/wit/resp.wit +++ b/wit/resp.wit @@ -13,7 +13,7 @@ interface resp { big-number(string), bulk-error(string), verbatim-string(tuple), - map(list>), + %map(list>), set(list), push(list), }