rustwasm / wasm-webidl-bindings

Read, write, and manipulate the Wasm WebIDL bindings custom section
Apache License 2.0
38 stars 9 forks source link

feat: Remove `utf8-cstr` and `alloc-utf8-cstr` #26

Closed Hywan closed 1 year ago

Hywan commented 5 years ago

utf8-cstr has been removed from the specification (https://github.com/WebAssembly/webidl-bindings/pull/43). This patch updates both crates to remove utf8-cstr. The BINARY.md file has been updated too, especially the outgoing_binding_expression discriminants.

This PR also removes alloc-utf8-cstr, which is no longer present in the specification neither.

Hywan commented 5 years ago

~Tests are green, but I've a bug with my project. Please, don't merge it yet.~

Never mind. Dependency issue. The PR is OK.

Hywan commented 5 years ago

Rebase to master.

Hywan commented 1 year ago

Closing because the project is no longer relevant with Wasm component model and WIT.