Skip to content

Commit

Permalink
lol typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Mar 13, 2021
1 parent 422c04d commit 4093a52
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/asbind-instance/asbind-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class AsbindInstance {
}
if (
!WebAssembly.Module.exports(this.module).find(
exp => exp.name === "__asbind_entryfile_flaga"
exp => exp.name === "__asbind_entryfile_flag"
)
) {
throw new Error(
Expand Down
52 changes: 39 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4093a52

Please sign in to comment.