Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup out of date reference to rtt.get #545

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

TyOverby
Copy link
Contributor

@TyOverby TyOverby commented Jun 3, 2024

The overview currently contains this section (emphasis my own):

A runtime type is an expression of type rtt <type>, which is another form of opaque value type. It represents the static type <type> at runtime.
In its plain form, a runtime type is obtained using the instruction rtt.get

(rtt.canon <type>)

I believe that the text "rtt.get" was intended to be replaced by "rtt.canon"

The overview currently contains this section: 

> A runtime type is an expression of type `rtt <type>`, which is another form of opaque value type. It represents the static type `<type>` at runtime.
> In its plain form, a runtime type is obtained using the instruction `rtt.get`
> ```
> (rtt.canon <type>)
> ```

I believe that  the text "`rtt.get`" was intended to be replaced by "`rtt.canon`"
@rossberg rossberg merged commit 871b01d into WebAssembly:main Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants