Skip to content

Commit

Permalink
do not export globals to pass gear code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Oct 17, 2023
1 parent f66a48e commit b5ee21e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/wasm-smith/src/core/code_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,6 @@ impl CodeBuilderAllocations {
if u.ratio(1, 100).unwrap_or(false) {
continue;
}

let name = unique_string(1_000, &mut module.export_names, u)?;
module.add_arbitrary_export(name, ExportKind::Global, global_idx)?;
}
Ok(())
}
Expand Down

0 comments on commit b5ee21e

Please sign in to comment.