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 647d2b4 commit ccba7c1
Show file tree
Hide file tree
Showing 8 changed files with 466 additions and 381 deletions.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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") => {
// 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 ccba7c1

Please sign in to comment.