WebAssembly / wasi-blobstore

15 stars 11 forks source link

fix: move incoming value ownership on consumption #21

Closed rvolosatovs closed 8 months ago

rvolosatovs commented 8 months ago

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

thomastaylor312 commented 8 months ago

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