From d3880cd85355905034d38e63b5818ba096e6035a Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 26 Mar 2024 11:59:04 -0700 Subject: [PATCH] Customize README for this proposals; add blank overview --- README.md | 14 ++++++++++++++ proposals/custom-page-sizes/Overview.md | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 proposals/custom-page-sizes/Overview.md 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