proxy-wasm-rust-sdk
proxy-wasm-rust-sdk copied to clipboard
Exposing of hostcalls
Aren't the lifetimes of various hostcalls which are publically available now fixed to that of Context/RootContext? If it is so wouldn't it be better to make the hostcall module private and allow access to them only via the traits corresponding to Context/RootContext?