We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815c20c commit 1265f00Copy full SHA for 1265f00
release.json
@@ -1,11 +1,11 @@
1
{
2
"assets": ["c2wasm.c"],
3
- "description": "c2wasm.c release",
+ "description": "fix on memcpy for strings with utf8 characters",
4
"release": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
5
"replacers": {
6
"BIG_VERSION": "0",
7
"PATCH_VERSION": "0",
8
- "SMALL_VERSION": "12"
+ "SMALL_VERSION": "13"
9
},
10
"tag": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}"
11
}
0 commit comments