Skip to content

Commit

Permalink
wasm crate update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Dec 18, 2023
1 parent b2fb4a5 commit ac89cbf
Show file tree
Hide file tree
Showing 169 changed files with 1,962 additions and 3,033 deletions.
55 changes: 22 additions & 33 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.

4 changes: 1 addition & 3 deletions contracts/benchmarks/large-storage/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
// Total number of exported functions: 4

#![no_std]

// Configuration that works with rustc < 1.73.0.
// TODO: Recommended rustc version: 1.73.0 or newer.
#![allow(internal_features)]
#![feature(lang_items)]

multiversx_sc_wasm_adapter::allocator!();
Expand Down
55 changes: 22 additions & 33 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
Expand Up @@ -10,9 +10,7 @@
// Total number of exported functions: 10

#![no_std]

// Configuration that works with rustc < 1.73.0.
// TODO: Recommended rustc version: 1.73.0 or newer.
#![allow(internal_features)]
#![feature(lang_items)]

multiversx_sc_wasm_adapter::allocator!();
Expand Down
Loading

0 comments on commit ac89cbf

Please sign in to comment.