Skip to content

Commit

Permalink
re-generated wasm crates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Nov 21, 2023
1 parent 4acaa25 commit dca875b
Show file tree
Hide file tree
Showing 168 changed files with 2,163 additions and 1,205 deletions.
2 changes: 1 addition & 1 deletion build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cargo install multiversx-sc-meta

TARGET_DIR=$PWD/target

sc-meta all build --target-dir $TARGET_DIR --path ./contracts
sc-meta all build --target-dir-all $TARGET_DIR --path ./contracts
33 changes: 20 additions & 13 deletions contracts/benchmarks/large-storage/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions contracts/benchmarks/large-storage/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Code generated by the multiversx-sc multi-contract system. DO NOT EDIT.

# ##########################################
# ############## AUTO-GENERATED #############
# ##########################################

[package]
name = "large-storage-wasm"
version = "0.0.0"
Expand Down
33 changes: 20 additions & 13 deletions contracts/benchmarks/mappers/linked-list-repeat/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Code generated by the multiversx-sc multi-contract system. DO NOT EDIT.

# ##########################################
# ############## AUTO-GENERATED #############
# ##########################################

[package]
name = "linked-list-repeat-wasm"
version = "0.0.0"
Expand Down
33 changes: 20 additions & 13 deletions contracts/benchmarks/mappers/map-repeat/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions contracts/benchmarks/mappers/map-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Code generated by the multiversx-sc multi-contract system. DO NOT EDIT.

# ##########################################
# ############## AUTO-GENERATED #############
# ##########################################

[package]
name = "map-repeat-wasm"
version = "0.0.0"
Expand Down
33 changes: 20 additions & 13 deletions contracts/benchmarks/mappers/queue-repeat/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dca875b

Please sign in to comment.