fix(rivetkit-wasm): fix mem leaks#4880
fix(rivetkit-wasm): fix mem leaks#4880NathanFlurry wants to merge 15 commits into04-29-chore_rivetkit_wasm_supportfrom
Conversation
Code Review: PR #4880 — fix(rivetkit-wasm): fix mem leaksThis PR addresses correctness, durability, and memory-leak issues in the wasm and NAPI runtime adapters. The scope is well-bounded, organized into 14 named user stories. Overall quality is high, but there are a few issues worth addressing before merge. What the PR does
Issues1.
|
Preview packages published to npmInstall with: npm install rivetkit@pr-4880All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-34d3f72
docker pull rivetdev/engine:full-34d3f72Individual packagesnpm install rivetkit@pr-4880
npm install @rivetkit/react@pr-4880
npm install @rivetkit/rivetkit-napi@pr-4880
npm install @rivetkit/workflow-engine@pr-4880 |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: