bytecodealliance / bytecodealliance/wasmtime

Adding optional rkyv support.

Open
#5,616 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
18.6k
Forks
1.8k
Avg merge
1d 18h
Merged PRs (30d)
126

Description

#### Feature

Adding the [rkyv](https://github.com/rkyv/rkyv) support behind a cargo feature.

#### Benefit

Allows zero copy serialization, which is not supported by serde formats. I particularly find it very useful in my compiler.

#### Implementation

Traits can be easily derived with proc macros, for all types that derive serde Traits.

I have some experience after integrating it into my project, and it is in my interest to be supported, so I can also implement this.

#### Alternatives

I don't have notion of other libraries with same capabilities.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.