WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Fix typo in `multi.c`: args should be i32, i64, i64, i32 #163

Closed MarkMcCaskey closed 3 years ago

MarkMcCaskey commented 3 years ago

I noticed this while trying to run this example. Looks like it was accidentally changed to i32, i32, i32, i32 in a refactor. This makes multi.c do the same thing that multi.cc is doing.

Hywan commented 3 years ago

:+1: