thesuhas / orca

WebAssembly Transformation Library for the Component Model
Apache License 2.0
2 stars 0 forks source link

Move encoding of Component-Specific types and sections to `wasm-tools` #7

Closed thesuhas closed 16 hours ago

thesuhas commented 1 week ago

From this discussion it's clear that there is an existing effort to add this functionality for modules into wasm-tools and the wasm_encoder itself.

Moving this functionality and submitting a PR there by modifying the Reencode trait will make maintainability much better and clean up our code.

thesuhas commented 1 day ago

PR has been opened here