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 9026873 commit faf3bcbCopy full SHA for faf3bcb
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.227.1.tar.gz"
5
- sha256 "a806566b60fa59d76704b9a3493b9bb7f33a6c7430da0f94f924c41aea6684b4"
+ url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.228.0.tar.gz"
+ sha256 "5cf505cbae1f2e93270812c4c2266be47954f470ed3d9e0f2316113f71540760"
6
license "Apache-2.0" => { with: "LLVM-exception" }
7
head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main"
8
0 commit comments