All Projects → WebAssembly → Reference Types

WebAssembly / Reference Types

Licence: other
Proposal for adding basic reference types (anyref)

Programming Languages

proposal
26 projects

Projects that are alternatives of or similar to Reference Types

Menu
A JavaScript free menu library for Blazor and Razor Components applications.
Stars: ✭ 118 (-12.59%)
Mutual labels:  webassembly
Jsnet
Javascript/WebAssembly deep learning library for MLPs and convolutional neural networks
Stars: ✭ 126 (-6.67%)
Mutual labels:  webassembly
Deno Wasi
A (WIP) WebAssembly System Interface implementation for Deno
Stars: ✭ 132 (-2.22%)
Mutual labels:  webassembly
Lunatic
Lunatic is an Erlang-inspired runtime for WebAssembly
Stars: ✭ 2,074 (+1436.3%)
Mutual labels:  webassembly
Rust Wasm Webpack Tutorial
Finished example project for my guide on setting up a Webpack project with Rust and WebAssembly
Stars: ✭ 122 (-9.63%)
Mutual labels:  webassembly
Stork
🔎 Impossibly fast web search, made for static sites.
Stars: ✭ 1,983 (+1368.89%)
Mutual labels:  webassembly
Wasmcloud
wasmCloud is a universal host runtime for actors built with WebAssembly and capability providers
Stars: ✭ 116 (-14.07%)
Mutual labels:  webassembly
Hera
Hera: Ewasm virtual machine conforming to the EVMC API
Stars: ✭ 132 (-2.22%)
Mutual labels:  webassembly
Swiftlatex
SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor
Stars: ✭ 1,664 (+1132.59%)
Mutual labels:  webassembly
Percy
Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
Stars: ✭ 1,856 (+1274.81%)
Mutual labels:  webassembly
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-12.59%)
Mutual labels:  webassembly
Notifications
HTML5 Notifications API implementation for Microsoft Blazor
Stars: ✭ 122 (-9.63%)
Mutual labels:  webassembly
Grain
The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾
Stars: ✭ 2,199 (+1528.89%)
Mutual labels:  webassembly
Eos Dapp
Game Dapp Demo using EOS and React
Stars: ✭ 119 (-11.85%)
Mutual labels:  webassembly
Made With Webassembly
A showcase of awesome production applications, side projects, and use cases made with WebAssembly (Wasm). 👷
Stars: ✭ 132 (-2.22%)
Mutual labels:  webassembly
As Bind
Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀
Stars: ✭ 117 (-13.33%)
Mutual labels:  webassembly
Asterius
A Haskell to WebAssembly compiler
Stars: ✭ 1,799 (+1232.59%)
Mutual labels:  webassembly
Unity Webxr Export
Develop and export WebXR experiences using Unity WebGL
Stars: ✭ 130 (-3.7%)
Mutual labels:  webassembly
Naskah
Bahasa pemrograman dengan sintaks Bahasa Indonesia (Programming language with Indonesian syntax) 🇮🇩
Stars: ✭ 132 (-2.22%)
Mutual labels:  webassembly
The Rusty Web
Targeting the web with Rust.
Stars: ✭ 128 (-5.19%)
Mutual labels:  webassembly

Build Status

Reference Types 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 support for basic reference types to WebAssembly.

The repository is now based on the bulk operations proposal and includes all respective changes.

Original README from upstream repository follows...

spec

This repository holds a prototypical reference implementation for WebAssembly, which is currently serving as the official specification. Eventually, we expect to produce a specification either written in human-readable prose or in a formal specification language.

It also holds the WebAssembly testsuite, which tests numerous aspects of conformance to the spec.

View the work-in-progress spec at webassembly.github.io/spec.

At this time, the contents of this repository are under development and known to be "incomplet and inkorrect".

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 first, so that this spec repository can remain focused. And please follow the guidelines for contributing.

citing

For citing WebAssembly in LaTeX, use this bibtex file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].