• R
    Remove CoreResource::inspect_repr method (#3274) · 5c1deac0
    Ry Dahl 提交于
    Towards simplifying (or better removing entirely) the CoreResource
    trait. Resources should be any bit of privileged heap allocated memory
    that needs to be referenced from JS, not very specific trait
    implementations. Therefore CoreResource should be pushed towards being
    as general as possible.
    5c1deac0
state.rs 9.0 KB