We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4093a52 commit ff2f300Copy full SHA for ff2f300
lib/asbind-instance/asbind-instance.js
@@ -123,10 +123,6 @@ export default class AsbindInstance {
123
}
124
125
_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
-
130
// Wrap appropriate the appropriate export functions
131
const unboundExports = this.loadedModule.exports;
132
this.exports = {};
read_type_data.js
0 commit comments