We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700340d commit 22f0de9Copy full SHA for 22f0de9
Formula/w/wasmtime.rb
@@ -2,8 +2,8 @@ class Wasmtime < Formula
2
desc "Standalone JIT-style runtime for WebAssembly, using Cranelift"
3
homepage "https://wasmtime.dev/"
4
url "https://github.com/bytecodealliance/wasmtime.git",
5
- tag: "v39.0.0",
6
- revision: "56b81c98a2b4bfea4e7b1d6ac8f2e4196dc83fc1"
+ tag: "v39.0.1",
+ revision: "0163804870a2149c113a31a58da4635f79fc25ec"
7
license "Apache-2.0" => { with: "LLVM-exception" }
8
head "https://github.com/bytecodealliance/wasmtime.git", branch: "main"
9
0 commit comments