WebAssembly / wasi-blobstore

10 stars 10 forks source link

fix: move incoming value ownership on consumption #21

Closed rvolosatovs closed 3 months ago

rvolosatovs commented 3 months ago

Move ownership of incoming-value on consumption, this is the same as https://github.com/WebAssembly/wasi-keyvalue/pull/39

thomastaylor312 commented 3 months ago

Given that this change is identical to what happened in keyvalue, I am going to go ahead and merge