bytecodealliance / bytecodealliance/wrpc
wRPC protocol v0.1.0
Open
- Dominant language
- Rust
- Stars
- 336
- Forks
- 47
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 26
Description
There are a few protocol improvements we should explore for 0.1.0:
- for single-host/fast connection use cases we should consider supporting raw canonical ABI values alongside component model value encoding.
- currently instance and function are sent as strings in invocations. We could optimize that by computing the hash of the instance - function could probably just be an index
Contributor guide
Assessment
This issue has not been assessed yet.