Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Remove dependency on definition of MonoClass (#87077)
The jiterpreter recently gained a dependency on the definition of MonoClass which broke debug builds. This PR changes it to use accessors that are available in both configurations.
- Loading branch information