Add TODO comments with link to issue for aarch64 reference types
This commit is contained in:
@@ -19,6 +19,6 @@ mod traps;
|
||||
mod use_after_drop;
|
||||
mod wast;
|
||||
|
||||
// Cranelift only supports reference types on x64.
|
||||
// TODO(#1886): Cranelift only supports reference types on x64.
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
mod gc;
|
||||
|
||||
Reference in New Issue
Block a user