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

WASM 2023 support #10

Open
AC69x opened this issue May 11, 2024 · 4 comments
Open

WASM 2023 support #10

AC69x opened this issue May 11, 2024 · 4 comments

Comments

@AC69x
Copy link

AC69x commented May 11, 2024

Will there be WASM 2023 support?

@thegu5
Copy link

thegu5 commented May 11, 2024

I think we may be working on the same game :-) Funny seeing you here

https://docs.unity3d.com/6000.0/Documentation/Manual/wasm-2023-features.html

Looks like the only missing feature is native WASM exceptions.

Changes: https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md#changes-to-the-binary-model

I'll try tinkering with this for a bit, if I get anywhere I'll make a draft PR

@Qwokka
Copy link
Owner

Qwokka commented May 11, 2024

Does anyone have an example binary with WASM exceptions? I'd be interested in working on this too but I haven't actually encountered it yet.

@thegu5
Copy link

thegu5 commented May 11, 2024

Does anyone have an example binary with WASM exceptions? I'd be interested in working on this too but I haven't actually encountered it yet.

https://kour.io/
with the binary at https://kour.io/Build/eeca52af59fb75178f26d3000c0b8b25.wasm.br

@thegu5
Copy link

thegu5 commented May 12, 2024

They just reverted the update which had the wasm 2023 build target, will need to wait or find a new example..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants