Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WebAssembly/sign-extension-ops
Sign-extension opcodes
https://github.com/WebAssembly/sign-extension-ops
proposal
Last synced: 2 months ago
JSON representation
Sign-extension opcodes
- Host: GitHub
- URL: https://github.com/WebAssembly/sign-extension-ops
- Owner: WebAssembly
- License: other
- Archived: true
- Created: 2018-01-16T16:29:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T19:37:02.000Z (about 5 years ago)
- Last Synced: 2024-08-03T17:11:02.673Z (6 months ago)
- Topics: proposal
- Language: WebAssembly
- Size: 10.2 MB
- Stars: 17
- Watchers: 38
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wasm-runtimes - Sign-extension operators
README
[![Standardize phase](https://img.shields.io/badge/phase-standardize-yellow.svg)](https://github.com/WebAssembly/meetings/blob/master/process/phases.md#3-implementation-phase-community--working-group)
[![Build Status](https://travis-ci.org/WebAssembly/sign-extension-ops.svg?branch=master)](https://travis-ci.org/WebAssembly/sign-extension-ops)
# Sign Extension Operators Proposal for WebAssembly
This repository is a clone of github.com/WebAssembly/spec/. It is meant for
discussion, prototype specification and implementation of a proposal to add
sign-extension operators to WebAssembly.See the [overview](proposals/sign-extension-ops/Overview.md) for a summary of
the proposal.A formatted version of the spec, including this propsal, is available here:
[webassembly.github.io/sign-extension-ops](https://webassembly.github.io/sign-extension-ops/)Original README from upstream repository follows...
# spec
This repository holds the sources for the WebAssembly draft specification
(to seed a future
[WebAssembly Working Group](https://lists.w3.org/Archives/Public/public-new-work/2017Jun/0005.html)),
a reference implementation, and the official testsuite.A formatted version of the spec is available here:
[webassembly.github.io/spec](https://webassembly.github.io/spec/),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).