New package: wasm-tools-1.245.1

This commit is contained in:
Duncaen
2026-03-26 00:57:07 +01:00
parent d3804d8811
commit 4c34e9a93c
2 changed files with 36 additions and 0 deletions
@@ -0,0 +1,20 @@
--- a/crates/wasm-wave/Cargo.toml
+++ b/crates/wasm-wave/Cargo.toml
@@ -18,6 +18,7 @@
default = ["std", "wit"]
std = []
wit = ["dep:wit-parser", "std"]
+wit-parser = ["wit"]
[dependencies]
logos = { version = "0.14.2", default-features = false, features = ["export_derive", "forbid_unsafe"] }
--- a/crates/wit-component/Cargo.toml
+++ b/crates/wit-component/Cargo.toml
@@ -51,6 +51,7 @@
dummy-module = ['dep:wat']
wat = ['dep:wast', 'dep:wat']
semver-check = ['dummy-module']
+wast = ['dep:wast']
[[test]]
name = "components"
+16
View File
@@ -0,0 +1,16 @@
# Template file for 'wasm-tools'
pkgname=wasm-tools
version=1.245.1
revision=1
build_style=cargo
configure_args="--bin wasm-tools"
short_desc="CLI and Rust libraries for low-level manipulation of WebAssembly modules"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
homepage="https://github.com/bytecodealliance/wasm-tools"
distfiles="https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v${version}.tar.gz"
checksum=f8fc02ceec50f0188e4128159535e6c4195594e74c56ecc1db3113e62feb477d
post_install() {
vlicense LICENSE-MIT
}