Coder Social home page Coder Social logo

Comments (6)

binji avatar binji commented on June 10, 2024

It looks like anyref is only used in the "Possible Future Extensions" section. In particular, anyref is defined here:

t <: anyref for all reftypes t

Which means that anyref is a super type of all reference types.

OTOH, externref can only represent host references. From the overview:

allow host references to be represented directly by type externref

from reference-types.

rossberg avatar rossberg commented on June 10, 2024

What @binji said. IOW, externref is a different type that will be a subtype of anyref once the latter is introduced.

from reference-types.

Horcrux7 avatar Horcrux7 commented on June 10, 2024

This means I must change anyref to externref now and later I change it back because I need a type for JS and GC objects. Sounds very chaotic.

I expect then that exnref can not be saved in an externref.

from reference-types.

rossberg avatar rossberg commented on June 10, 2024

Not everybody is happy with this outcome, but the CG couldn't agree on anything else.

FYI, some folks have argued that exnref should not even be a subtype of anyref. If this is relevant to you, you may want to speak up and describe your use case, e.g. on the EH proposal.

from reference-types.

Horcrux7 avatar Horcrux7 commented on June 10, 2024

Not everybody is happy with this outcome, but the CG couldn't agree on anything else.

I know there was an endless discussion. I have read it partly because the information content was very small.

If this is relevant to you, you may want to speak up and describe your use case, e.g. on the EH proposal.

No strong requirement. It is always possible to use boxing to convert any object into a GC type. Can be that some things will be simpler. It required only a new thinking. That requires understanding the new structure of WASM.

from reference-types.

rossberg avatar rossberg commented on June 10, 2024

I believe this has been answered.

from reference-types.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.