File tree Expand file tree Collapse file tree 3 files changed +1292
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1292
-3
lines changed Original file line number Diff line number Diff line change 1- ![ Build Status] ( https://github.com/WebAssembly/spec/actions/workflows/main.yml/badge.svg )
1+ ![ Build Status] ( https://github.com/WebAssembly/stringref/actions/workflows/main.yml/badge.svg )
2+
3+ # Reference-Typed Strings Proposal for WebAssembly
4+
5+ This repository is a clone of [ github.com/WebAssembly/spec/] ( https://github.com/WebAssembly/spec/ ) .
6+ It is meant for discussion, prototype specification and implementation of a proposal to
7+ add support for stringrefs to WebAssembly.
8+
9+ * See the [ overview] ( proposals/stringref/Overview.md ) for a summary of the proposal.
10+
11+ * See the [ modified spec] ( https://webassembly.github.io/stringref/ ) for details.
12+
13+ Original ` README ` from upstream repository follows...
214
315# spec
416
Original file line number Diff line number Diff line change 6666logo = 'static/webassembly.png'
6767
6868# The name of the GitHub repository this resides in
69- repo = 'spec '
69+ repo = 'stringref '
7070
7171# The name of the proposal it represents, if any
72- proposal = ''
72+ proposal = 'stringref '
7373
7474# The draft version string (clear out for release cuts)
7575draft = ' (Draft ' + date .today ().strftime ("%Y-%m-%d" ) + ')'
You can’t perform that action at this time.
0 commit comments