https://github.com/webassembly/multi-memory
Multiple per-module memories for Wasm
https://github.com/webassembly/multi-memory
proposal
Last synced: 10 months ago
JSON representation
Multiple per-module memories for Wasm
- Host: GitHub
- URL: https://github.com/webassembly/multi-memory
- Owner: WebAssembly
- License: other
- Created: 2019-10-01T13:55:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T21:16:56.000Z (about 1 year ago)
- Last Synced: 2025-04-04T11:16:23.661Z (10 months ago)
- Topics: proposal
- Language: WebAssembly
- Homepage: https://webassembly.github.io/multi-memory/
- Size: 31.6 MB
- Stars: 133
- Watchers: 37
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/WebAssembly/multi-memory/actions/workflows/ci-spec.yml)
[](https://github.com/WebAssembly/multi-memory/actions/workflows/ci-interpreter.yml)
# Multi Memory Proposal for WebAssembly
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
It is meant for discussion, prototype specification and implementation of a proposal to add support for multiple memories to WebAssembly.
* See the [overview](proposals/multi-memory/Overview.md) for a summary of the proposal.
* See the [modified spec](https://webassembly.github.io/multi-memory/) for details.
Original `README` from upstream repository follows…
# spec
This repository holds a prototypical reference implementation for WebAssembly,
which is currently serving as the official specification. Eventually, we expect
to produce a specification either written in human-readable prose or in a formal
specification language.
It also holds the WebAssembly testsuite, which tests numerous aspects of
conformance to the spec.
View the work-in-progress spec at [webassembly.github.io/spec](https://webassembly.github.io/spec/).
At this time, the contents of this repository are under development and known
to be "incomplet and inkorrect".
Participation is welcome. Discussions about new features, significant semantic
changes, or any specification change likely to generate substantial discussion
should take place in
[the WebAssembly design repository](https://github.com/WebAssembly/design)
first, so that this spec repository can remain focused. And please follow the
[guidelines for contributing](Contributing.md).
# citing
For citing WebAssembly in LaTeX, use [this bibtex file](wasm-specs.bib).