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

Memory Safety for WebAssembly #1458

Closed
huangh-git opened this issue Aug 18, 2022 · 1 comment
Closed

Memory Safety for WebAssembly #1458

huangh-git opened this issue Aug 18, 2022 · 1 comment

Comments

@huangh-git
Copy link

WebAssebmly now losts source code information such like bounds. So how does WASM improve memory safety now? Garbage collection proposal may be able to improve memory safety, but is there a more efficient way? I mean a more lightweight way, like just bounds checking every memory access.

@sunfishcode
Copy link
Member

MSWasm is a research paper about a memory-safety system for Wasm, which might be of interest.

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
@sunfishcode @huangh-git and others