We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extend Orca to support WASM GC Types
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Extend Orca to support WASM GC Types
The text was updated successfully, but these errors were encountered: