containerd / runwasi

Facilitates running Wasm / WASI workloads managed by containerd
Apache License 2.0
1.01k stars 82 forks source link

refactor(*): add source.as_bytes() #454

Closed Mossaka closed 5 months ago

Mossaka commented 5 months ago

This PR is a preferred way to refactor the usage of Source into a as_bytes() function in Context. It does not change the APIs of the Engine trait. Closes #448