Skip to content

WIP: Audit Trail Wasm Bindings#211

Draft
itsyaasir wants to merge 4 commits intofeat/audit-trails-devfrom
feat/audit-trails-wasm
Draft

WIP: Audit Trail Wasm Bindings#211
itsyaasir wants to merge 4 commits intofeat/audit-trails-devfrom
feat/audit-trails-wasm

Conversation

@itsyaasir
Copy link
Contributor

  • Add Rust toolchain configuration for WASM.
  • Create builder for audit trail with methods for setting initial records, metadata, and locking configurations.
  • Implement client for creating and managing audit trails, including read-only access.
  • Introduce client read-only functionality for fetching audit trail details.
  • Define trail handling and record management, including adding, deleting, and listing records.
  • Implement types for handling data, locking configurations, and metadata in WASM.
  • Set up TypeScript configuration for WASM bindings and documentation generation.
  • Remove unnecessary hyper dependency from notarization-rs.

Description of change

Links to any relevant issues

Type of change

  • Bug fix (a non-breaking change which fixes an issue)
  • Enhancement (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Fix

How the change has been tested

Change checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes
  • I have updated the CHANGELOG.md, if my changes are significant enough

- Add Rust toolchain configuration for WASM.
- Create builder for audit trail with methods for setting initial records, metadata, and locking configurations.
- Implement client for creating and managing audit trails, including read-only access.
- Introduce client read-only functionality for fetching audit trail details.
- Define trail handling and record management, including adding, deleting, and listing records.
- Implement types for handling data, locking configurations, and metadata in WASM.
- Set up TypeScript configuration for WASM bindings and documentation generation.
- Remove unnecessary hyper dependency from notarization-rs.
@itsyaasir itsyaasir marked this pull request as draft March 11, 2026 08:04
@itsyaasir itsyaasir changed the title WIP: feat(audit_trails_wasm): implement WASM bindings for audit trails WIP: Audit Trail Wasm Bindings Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant