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

v6.4.1-rc1 (api=1.2.0, abi=1.0.0) #80

Merged
merged 1 commit into from
Jun 27, 2024
Merged

v6.4.1-rc1 (api=1.2.0, abi=1.0.0) #80

merged 1 commit into from
Jun 27, 2024

Conversation

p-avital
Copy link
Collaborator

6.4.1-rc1 (api=1.2.0, abi=1.0.0)

  • Found out that libc doesn't expose any allocation primitives for wasm targets.
    • These targets now have a poor man's allocator. Be warned that while ABI-stable, this allocator is trivial and probably bad.
      If wasm is indeed a target which you care a lot about, and you use stabby's allocation primitives a lot, you should probably roll out a better one (maybe even contribute it back).
    • This allocator is not included in stabby's cross-version contract: it may be swapped out for a better one in a patch-level API-bump.
      If you need me not to do so (i.e. you pass stabby's allocation primitives in wasm between multiple packages and can't pin your version of stabby down to patch for X reason), please reach out to me.

@p-avital p-avital merged commit e08c8f3 into main Jun 27, 2024
13 checks passed
@p-avital p-avital deleted the wasm-alloc branch June 27, 2024 20:49
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.

1 participant