Skip to content

Assertion failed: isRef() (/src/src/wasm/wasm-type.cpp: getHeapType: 930) #6781

@nth10sd

Description

@nth10sd
(module
  (func (param i32)
    loop
      block
        local.get 0
        ref.as_non_null
      end
    end
  )
)

shows an assertion failure in wasm-as at Assertion failed: isRef() (/src/src/wasm/wasm-type.cpp: getHeapType: 930).

This assertion failure does not seem to show up in version 117, only in 118.

I haven't been able to check the latest comment on the main branch and I haven't checked if #6741 will fix this.

@kripken, any thoughts? Perhaps it's the same as #6738?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions