Skip to content

Commit

Permalink
Merge #67
Browse files Browse the repository at this point in the history
67: Changed int64_t to long long as suggested by losfair / hywan r=Hywan a=ethanfrey

Closes #65

Based on this suggestion: #50 (comment)

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
  • Loading branch information
bors[bot] and ethanfrey authored Aug 30, 2019
2 parents e14666d + 16e98f4 commit 2f5483a
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 2f5483a

Please sign in to comment.