Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM32 - Implement MoveCalls in Typescript #1449

Open
chrisgitiota opened this issue Nov 25, 2024 · 0 comments
Open

WASM32 - Implement MoveCalls in Typescript #1449

chrisgitiota opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog
Milestone

Comments

@chrisgitiota
Copy link

chrisgitiota commented Nov 25, 2024

The traits AssetMoveCalls, IdentityMoveCalls and MigrationMoveCalls are defined in identity_iota_interaction/src/move_call_traits.rs

We need implementations for these traits using the Typescript IOTA Client SDK similar to those implementations using
the Rust SDK contained in identity_iota_core/src/iota_interaction_rust/asset_move_calls.rs, .../migration_move_calls.rs and ...identity_move_calls.rs.

The best solution to implement this, might be to implement the move calls in Typescript and call the TS functions via wasm32-bindgen generated bindings.

@chrisgitiota chrisgitiota added Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog labels Nov 25, 2024
@chrisgitiota chrisgitiota added this to the Wasm Rebased milestone Nov 25, 2024
@eike-hass eike-hass moved this from Product Backlog to Sprint Backlog in IOTA Identity - Framework Developments Dec 9, 2024
@eike-hass eike-hass modified the milestones: Wasm Rebased, v1.6 Dec 9, 2024
@UMR1352 UMR1352 moved this from Sprint Backlog to In Progress in IOTA Identity - Framework Developments Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog
Projects
Status: In Progress
Development

No branches or pull requests

4 participants