Skip to content

Procedures: add WASM ABI for anonymous mutable transactions#3600

Closed
Centril wants to merge 1 commit into
masterfrom
centril/proc-anon-tx-wasm-abi
Closed

Procedures: add WASM ABI for anonymous mutable transactions#3600
Centril wants to merge 1 commit into
masterfrom
centril/proc-anon-tx-wasm-abi

Conversation

@Centril

@Centril Centril commented Nov 7, 2025

Copy link
Copy Markdown
Contributor

Description of Changes

Unstably adds the ABIs:

pub fn procedure_start_mut_transaction() -> u16;
pub fn procedure_commit_mut_transaction() -> u16;
pub fn procedure_abort_mut_transaction() -> u16;

API and ABI breaking changes

None

Expected complexity level and risk

2 -- pretty localized stuff.

Testing

This is just the wasm syscall ABI. Once bindings is added atop of this, tests will be included too.

@Centril

Centril commented Nov 12, 2025

Copy link
Copy Markdown
Contributor Author

Closing in favour of #3638.

@Centril Centril closed this Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants