bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Rename provider to plugin #796

Closed jeffcharles closed 3 weeks ago

jeffcharles commented 4 weeks ago

Description of the change

Updates most use of the term provider to plugin. I didn't change emit-provider because that's a breaking change so we should probably do that PR separately. I also didn't update any of the import namespaces.

Why am I making this change?

Part of #768. I'd rather we use plugins as the term rather than needing to do something awkward like revising comments to say plugins can be providers.

Checklist