File tree 3 files changed +1292
-3
lines changed
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...
2
14
3
15
# spec
4
16
Original file line number Diff line number Diff line change 66
66
logo = 'static/webassembly.png'
67
67
68
68
# The name of the GitHub repository this resides in
69
- repo = 'spec '
69
+ repo = 'stringref '
70
70
71
71
# The name of the proposal it represents, if any
72
- proposal = ''
72
+ proposal = 'stringref '
73
73
74
74
# The draft version string (clear out for release cuts)
75
75
draft = ' (Draft ' + date .today ().strftime ("%Y-%m-%d" ) + ')'
You can’t perform that action at this time.
0 commit comments