Skip to content

Commit

Permalink
Changed int64_t to long long as suggested by losfair / hywan
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Aug 30, 2019
1 parent e14666d commit 16e98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmer/test/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package wasmertest
// #include <stdlib.h>
//
// extern int32_t sum(void *context, int32_t x, int32_t y);
// extern int64_t sum_i64(void *context, int64_t x, int64_t y);
// extern long long sum_i64(void *context, long long x, long long y);
// extern float sum_f32(void *context, float x, float y);
// extern double sum_f64(void *context, double x, double y);
// extern int32_t missingContext();
Expand Down

0 comments on commit 16e98f4

Please sign in to comment.