Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix definedResourceTables ReferenceError with instantiation mode (#456)
The `js_instrinsics` should be defined under the `instantiate` function. Otherwise we get the following error: ``` dist/component/ruby.component.js:73 if (definedResourceTables[toTid]) return rep; ^ ReferenceError: definedResourceTables is not defined ```
- Loading branch information