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 60d7548 commit 6f8e97eCopy full SHA for 6f8e97e
Formula/w/wasm-tools.rb
@@ -1,8 +1,8 @@
1
class WasmTools < Formula
2
desc "Low level tooling for WebAssembly in Rust"
3
homepage "https://github.com/bytecodealliance/wasm-tools"
4
- url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.238.0.tar.gz"
5
- sha256 "eaab6b59c75e875b8bf82b89dd74878d0b78abb06696dc08bce91163d2a1d274"
+ url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.238.1.tar.gz"
+ sha256 "5035a6c4ffe63fe8267a6cdd23d884a322a7a9400ef8ff4ef2387c6d2d690433"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main"
8
0 commit comments