Skip to content

Commit d34625f

Browse files
committed
map is now a reserved WIT keyword
see: bytecodealliance/wasm-tools@165430b Signed-off-by: markfisher <mark@modulewise.com>
1 parent 51c83fe commit d34625f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wit/resp.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface resp {
1313
big-number(string),
1414
bulk-error(string),
1515
verbatim-string(tuple<string, string>),
16-
map(list<tuple<nested-value, nested-value>>),
16+
%map(list<tuple<nested-value, nested-value>>),
1717
set(list<nested-value>),
1818
push(list<nested-value>),
1919
}

0 commit comments

Comments
 (0)