Skip to content

Commit

Permalink
Replace correctly with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbayes committed Aug 29, 2019
1 parent 8e64fa1 commit 9e64361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ var PERSONALBYTES = module.exports.PERSONALBYTES = 16
b2wasm.ready(function (err) {
if (!err) {
module.exports.WASM_LOADED = true
Proto = b2wasm
module.exports = b2wasm
}
})

0 comments on commit 9e64361

Please sign in to comment.