Skip to content

Commit ecfce50

Browse files
authored
Revert "Fix Witty export of functions with 16 parameters (#2429)" (#2435)
This reverts commit be15a4c.
1 parent 08c9247 commit ecfce50

File tree

14 files changed

+318
-209
lines changed

14 files changed

+318
-209
lines changed

Cargo.lock

+128-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ wasm-instrument = "0.4.0"
159159
wasmer = { package = "linera-wasmer", version = "4.3.6-linera.3", default-features = false }
160160
wasmer-compiler-singlepass = { package = "linera-wasmer-compiler-singlepass", version = "4.3.6-linera.3" }
161161
wasmparser = "0.101.1"
162-
# TODO(#2430): use the latest release of Wasmtime that includes the commit referenced below
163-
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "58f82587462543e912b4edcbb247842711ba6415" }
162+
wasmtime = "24.0.0"
164163
wasmtimer = "0.2.0"
165164
webassembly-test = "0.1.0"
166165
web-sys = "0.3.69"

0 commit comments

Comments
 (0)