Implement comment.

This commit is contained in:
Tom Alexander
2023-12-29 21:59:45 -05:00
parent eb2995dd3b
commit cdf87641c5
2 changed files with 4 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ to_wasm!(
Vec::new(),
WasmKeyword {
additional_properties,
key: original.key.to_owned(),
key: original.key.to_uppercase(),
value: original.value.to_owned(),
},
))