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

WASM-based MRF #490

Merged
merged 90 commits into from
Mar 9, 2024
Merged

WASM-based MRF #490

merged 90 commits into from
Mar 9, 2024

Conversation

aumetra
Copy link
Member

@aumetra aumetra commented Feb 17, 2024

This implementation is based on my WIP FEP and will act as its reference implementation.
Pre-draft FEP: https://hackmd.io/@aumetra/rkXOLyasp

Closes #160

@aumetra
Copy link
Member Author

aumetra commented Feb 23, 2024

Okay, so I'm probably gonna use WIT instead of handrolling the types. Might give better performance (less allocations) and easier portability via the codegen.
I'm just interested in how this integrates with async/await.

@aumetra aumetra force-pushed the aumetra/mrf-wasm-reference branch from 473e461 to e6e52be Compare February 24, 2024 12:28
@aumetra aumetra force-pushed the aumetra/mrf-wasm-reference branch from ed7fe9c to b832cc0 Compare February 24, 2024 12:38
@aumetra aumetra force-pushed the aumetra/mrf-wasm-reference branch from f858165 to 097bb2c Compare February 25, 2024 17:21
@aumetra
Copy link
Member Author

aumetra commented Mar 3, 2024

Still needs a redis backend for the K/V storage

aumetra added 8 commits March 5, 2024 15:40
Flake lock file updates:

• Updated input 'devenv':
    'github:cachix/devenv/5a30b9e5ac7c6167e61b1f4193d5130bb9f8defa' (2024-02-13)
  → 'github:cachix/devenv/4eccee9a19ad9be42a7859211b456b281d704313' (2024-03-05)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/a4d4fe8c5002202493e87ec8dbc91335ff55552c' (2024-02-15)
  → 'github:nixos/nixpkgs/b8697e57f10292a6165a20f03d2f42920dfaf973' (2024-03-03)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/4ee92bf124fbc4e157cbce1bc2a35499866989fc' (2024-02-16)
  → 'github:oxalica/rust-overlay/e86c0fb5d3a22a5f30d7f64ecad88643fe26449d' (2024-03-05)
@aumetra
Copy link
Member Author

aumetra commented Mar 5, 2024

Okay, after a little sidequest to remove futures-retry-policies, we are back

@aumetra aumetra marked this pull request as ready for review March 8, 2024 17:55
@aumetra aumetra requested a review from perillamint March 8, 2024 17:55
@aumetra aumetra added this pull request to the merge queue Mar 9, 2024
Merged via the queue into main with commit d24354f Mar 9, 2024
12 checks passed
@aumetra aumetra deleted the aumetra/mrf-wasm-reference branch March 9, 2024 12:44
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.

Message Rewrite Facility-like system
1 participant