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

Support the web Target of wasm-bindgen #852

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Nov 5, 2024

This emits the bindings in a way such that they are compatible with not only the bundler target of wasm-bindgen, but also the web target. This allows us to circumvent webpack, which means we are not limited by the features it supports anymore. In particular, this unblocks the usage of reference types.

This emits the bindings in a way such that they are compatible with not
only the `bundler` target of `wasm-bindgen`, but also the `web` target.
This allows us to circumvent `webpack`, which means we are not limited
by the features it supports anymore. In particular, this unblocks the
usage of reference types.
@CryZe CryZe added enhancement An improvement for livesplit-core. bindings This is about the bindings / binding generator. labels Nov 5, 2024
@CryZe CryZe added this to the v0.14 milestone Nov 5, 2024
@CryZe CryZe enabled auto-merge (squash) November 5, 2024 23:16
@CryZe CryZe merged commit fff8df0 into LiveSplit:master Nov 5, 2024
70 checks passed
@CryZe CryZe deleted the wasm-bindgen-web branch November 5, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings This is about the bindings / binding generator. enhancement An improvement for livesplit-core.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant