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

This repo needs to be archived and marked as deprecated #109

Open
spencerbart opened this issue Feb 28, 2023 · 4 comments
Open

This repo needs to be archived and marked as deprecated #109

spencerbart opened this issue Feb 28, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@spencerbart
Copy link

Too many sites are recommending this repo but this repo has major security issues. It needs to be fixed or taken down.

@spencerbart spencerbart added the bug Something isn't working label Feb 28, 2023
@spencerbart spencerbart changed the title This repo needs to be archived and marked as depreciated This repo needs to be archived and marked as deprecated Feb 28, 2023
@erwanvivien
Copy link

Agreed

@jack-mil
Copy link

Yes I am beginning to see that a lot of the the Rust wasm ecosystem is outdated and not working well in 2023.
Specifically the tutorials and book provided from https://rustwasm.github.io/ has not been updated for years and does not work out of the box.
What is the modern tooling for wasm with rust, besides wasm-pack and friends?

@FlogramMatt
Copy link

Major security issue? You mean the memory leak? You do realize it's impossible to free wasm memory.. I would say this is a wasm issue not this library. I bet the standard allocator has the same issue..

@erwanvivien
Copy link

erwanvivien commented May 23, 2023

#106 (comment)

Making two large allocations, then dropping them in the order they were allocated leaks memory in wee_alloc, but not in default allocator.

Hello @FlogramMatt. I believe not, this issue says otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants