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: support more vendor libraries #4208

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

laytan
Copy link
Sponsor Collaborator

@laytan laytan commented Sep 6, 2024

Adds support for:

  • box2d
  • cgltf
  • stb image
  • stb rect pack

The PR is arguably a little gross, but it enables a lot of things in WASM because you can now use C libraries that just use a small bit of libc.

@laytan laytan force-pushed the more-wasm-vendor-support branch 3 times, most recently from 5a432df to 13038b3 Compare September 6, 2024 19:29
Adds support for:
- box2d
- cgltf
- stb image
- stb rect pack
@gingerBill gingerBill merged commit 0d33df1 into odin-lang:master Sep 17, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

3 participants