Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ members = [
]

[workspace.package]
version = "0.23.0"
version = "0.24.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/pulseengine/spar"
Expand Down
10 changes: 4 additions & 6 deletions artifacts/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2685,10 +2685,9 @@ artifacts:
`*Impl` record structs + typed ports and module-wiring the per-thread files
so the WHOLE crate (not just the binding lib.rs) compiles, and the
wasm-component zero-`cabi_realloc` symbol check. Reported as GitHub #319.
status: implemented
status: verified
tags: [codegen, wit, rust, wit-bindgen, interop]
fields:
release: v0.24.0
release: v0.24.0
links:
- type: traces-to
target: REQ-CODEGEN-WIT-TYPES
Expand Down Expand Up @@ -2726,10 +2725,9 @@ artifacts:
imported WIT functions and persistent component state (Guest methods are
free fns). Optional stronger evidence, not a completion gate: the crate also
builds to `wasm32-wasip2` (toolchain present locally).
status: implemented
status: verified
tags: [codegen, wit, rust, wit-bindgen, no-alloc]
fields:
release: v0.24.0
release: v0.24.0
links:
- type: traces-to
target: REQ-CODEGEN-WIT-RECORDS-001
Expand Down
2 changes: 1 addition & 1 deletion vscode-spar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AADL (spar)",
"description": "AADL v2.2/v2.3 language support with live architecture visualization",
"publisher": "pulseengine",
"version": "0.23.0",
"version": "0.24.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Loading