Skip to content

Commit 43468cd

Browse files
committed
chore: bump version to 1.0.0 for initial stable release
- Comprehensive Bazel rules for WebAssembly Component Model - Multi-platform support (macOS, Ubuntu) with CI validation - WIT interface libraries and automatic binding generation - Rust WebAssembly component compilation with multiple profiles - Component composition support with WAC tool integration - Extensive test coverage and examples - BCR publish workflow ready (pending dependency resolution)
1 parent 244771a commit 43468cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "rules_wasm_component",
5-
version = "0.1.0",
5+
version = "1.0.0",
66
compatibility_level = 1,
77
)
88

0 commit comments

Comments
 (0)