Skip to content
New issue

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

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

Already on GitHub? # to your account

Reference types panic'ing on Singlepass #5309

Open
syrusakbary opened this issue Dec 17, 2024 — with Linear · 0 comments
Open

Reference types panic'ing on Singlepass #5309

syrusakbary opened this issue Dec 17, 2024 — with Linear · 0 comments
Assignees

Comments

Copy link
Member

Using latest rust would trigger usage of Reference types when compiling to Wasm.

  (type $x1 (func (param funcref)))
  (import "env" "abort" (func $f (type $x1)))

That would trigger a panic on singlepass.

We need to avoid the panic and just trigger an error

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants