Skip to content

Commit ff2f300

Browse files
committed
Cleanup
1 parent 4093a52 commit ff2f300

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

lib/asbind-instance/asbind-instance.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ export default class AsbindInstance {
123123
}
124124

125125
_instantiateBindUnboundExports() {
126-
// Ensure that the AS Wasm was built with the as-bind entryfile
127-
if (this.loadedModule.exports?.__asbind_entryfile_flag?.value !== 1) {
128-
}
129-
130126
// Wrap appropriate the appropriate export functions
131127
const unboundExports = this.loadedModule.exports;
132128
this.exports = {};

read_type_data.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)