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

Support for WASM GC #217

Closed
thesuhas opened this issue Oct 29, 2024 · 1 comment · Fixed by #218
Closed

Support for WASM GC #217

thesuhas opened this issue Oct 29, 2024 · 1 comment · Fixed by #218

Comments

@thesuhas
Copy link
Owner

Extend Orca to support WASM GC Types

@thesuhas thesuhas linked a pull request Oct 30, 2024 that will close this issue
@thesuhas
Copy link
Owner Author

thesuhas commented Oct 30, 2024

List of instructions to be supported:

  • ref.null
  • ref.is_null
  • ref.func
  • ref.eq
  • ref.as_non_null
  • struct.new
  • struct.new_default
  • struct.get
  • struct.get_s
  • struct.get_u
  • struct.set
  • array.new
  • array.new_default
  • array.new_fixed
  • array.new_data
  • array.new_elem
  • array.get
  • array.get_s
  • array.get_u
  • array.set
  • array.len
  • array.fill
  • array.copy
  • array.init_data
  • array.init_elem
  • ref.test (ref ht)
  • ref.test (ref null ht)
  • ref.cast (ref ht)
  • ref.cast (ref null ht)
  • any.convert_extern
  • extern.convert_any
  • ref.i31
  • i31.get_s
  • i31.get_u

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 a pull request may close this issue.

1 participant