Skip to content

Commit

Permalink
reference types: Implement the table.size and table.grow instruct…
Browse files Browse the repository at this point in the history
…ions

Part of bytecodealliance#929
  • Loading branch information
fitzgen committed Jun 17, 2020
1 parent 4f72a74 commit f8419f0
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 381 deletions.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
("simd", "simd_const") => return true,

("reference_types", "table_copy_on_imported_tables")
| ("reference_types", "externref_id_function") => {
| ("reference_types", "externref_id_function")
| ("reference_types", "table_size") => {
// TODO(#1886): Ignore if this isn't x64, because Cranelift only
// supports reference types on x64.
return env::var("CARGO_CFG_TARGET_ARCH").unwrap() != "x86_64";
Expand Down
Loading

0 comments on commit f8419f0

Please sign in to comment.