Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jun 24, 2022
1 parent a077c7a commit 0206660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/binaryen.js-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,7 @@ function wrapModule(module, self = {}) {
_free(ptr);
return res.buffer;
},
'passive'() {
'passive'(id) {
return Boolean(Module['_BinaryenGetMemorySegmentPassive'](module, id));
}
}
Expand Down

0 comments on commit 0206660

Please sign in to comment.