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

pull/4335/head
Richard Dodd (dodj) 1 year ago committed by Behdad Esfahbod
parent 730f579f68
commit 02b00d7743
  1. 2
      docs/wasm-shaper.md

@ -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,

Loading…
Cancel
Save