Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Dec 11, 2019
1 parent 05c521c commit f32b399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function setupMethods (soljson) {
alloc = soljson.cwrap('solidity_alloc', 'number', [ 'number' ]);
} else {
alloc = soljson._malloc;
assert(alloc !== 0, 'Expected malloc to be present.');
}

var reset;
Expand Down

0 comments on commit f32b399

Please sign in to comment.