Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webassembly/constant-time
Constant-time WebAssembly
https://github.com/webassembly/constant-time
Last synced: 14 days ago
JSON representation
Constant-time WebAssembly
- Host: GitHub
- URL: https://github.com/webassembly/constant-time
- Owner: WebAssembly
- License: other
- Created: 2020-02-19T19:19:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T00:45:49.000Z (over 2 years ago)
- Last Synced: 2024-05-09T12:50:03.912Z (6 months ago)
- Language: WebAssembly
- Homepage:
- Size: 11.3 MB
- Stars: 18
- Watchers: 32
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/WebAssembly/constant-time.svg?branch=master)](https://travis-ci.org/WebAssembly/constant-time)
# Constant-time Proposal for WebAssembly
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
It is meant for discussion, prototype specification and implementation of a proposal to
add support for Constant-time instructions to WebAssembly.* See the [overview](proposals/constant-time/Overview.md) for a summary of the proposal.
* See the [modified spec](https://webassembly.github.io/constant-time/) for details.
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).