diff --git a/README.md b/README.md index 21660b8d..9db0bdda 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# Custom Page Sizes Proposal for WebAssembly + +This repository is a clone of +[`WebAssembly/spec`](https://github.com/WebAssembly/spec/). It is meant for +discussion, prototype specification, and implementation of a proposal to add +support for custom page sizes for WebAssembly memories. + +* See the [overview](./proposals/custom-page-sizes/Overview.md) for a high-level + summary and rationale of the proposal. + +Original README from upstream repository follows... + +-------------------------------------------------------------------------------- + [![CI for specs](https://github.com/WebAssembly/spec/actions/workflows/ci-spec.yml/badge.svg)](https://github.com/WebAssembly/spec/actions/workflows/ci-spec.yml) [![CI for interpreter & tests](https://github.com/WebAssembly/spec/actions/workflows/ci-interpreter.yml/badge.svg)](https://github.com/WebAssembly/spec/actions/workflows/ci-interpreter.yml) diff --git a/proposals/custom-page-sizes/Overview.md b/proposals/custom-page-sizes/Overview.md new file mode 100644 index 00000000..85d01580 --- /dev/null +++ b/proposals/custom-page-sizes/Overview.md @@ -0,0 +1,3 @@ +# Custom Page Sizes + +TODO