Skip to content

Commit

Permalink
Updated string allocation to latest emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl authored May 13, 2021
1 parent 868932d commit f3727de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbinstant/lib/web/library_fbinstant.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var FBInstantLibrary = {
$Utils: {
strings: {},
allocateString: function(str) {
return allocate(intArrayFromString(str), "i8", ALLOC_STACK);
return allocate(intArrayFromString(str), ALLOC_STACK);
},
convertPurchase: function(purchase) {
return {
Expand Down

0 comments on commit f3727de

Please sign in to comment.