Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add builder pattern to WASM API #122

Closed
pemistahl opened this issue Nov 5, 2022 · 0 comments
Closed

Add builder pattern to WASM API #122

pemistahl opened this issue Nov 5, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@pemistahl
Copy link
Owner

The current WASM API does not strictly follow the builder pattern used in the Rust API. That's because I did not know back then how to accomplish it with wasm-bindgen. While working on the WASM API for grex, I found out how to implement the builder pattern. Before creating the JavaScript distribution for Lingua, these changes have to be applied first.

@pemistahl pemistahl added the enhancement New feature or request label Nov 5, 2022
@pemistahl pemistahl added this to the Lingua 1.5.0 milestone Nov 5, 2022
pemistahl added a commit that referenced this issue Jun 10, 2023
pemistahl added a commit that referenced this issue Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant