Update wasm-shaper.md (just a small typo)

This commit is contained in:
Richard Dodd (dodj) 2023-07-19 11:22:07 +01:00 committed by Behdad Esfahbod
parent 730f579f68
commit 02b00d7743

View file

@ -357,7 +357,7 @@ void debugprint(char* str)
void debugprint1(char* str, int32 arg1)
void debugprint2(char* str, int32 arg1, int32 arg2)
void debugprint3(char* str, int32 arg1, int32 arg2, int32 arg3)
void debugprint3(
void debugprint4(
char* str,
int32 arg1,
int32 arg2,