Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Mar 13, 2021
1 parent 4093a52 commit ff2f300
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions lib/asbind-instance/asbind-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ export default class AsbindInstance {
}

_instantiateBindUnboundExports() {
// Ensure that the AS Wasm was built with the as-bind entryfile
if (this.loadedModule.exports?.__asbind_entryfile_flag?.value !== 1) {
}

// Wrap appropriate the appropriate export functions
const unboundExports = this.loadedModule.exports;
this.exports = {};
Expand Down
15 changes: 0 additions & 15 deletions read_type_data.js

This file was deleted.

0 comments on commit ff2f300

Please sign in to comment.