Skip to content

kg/polyfill-prototype-2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WebAssembly reference polyfill

This repository contains the (in-development) reference JS polyfill for WebAssembly. It offers a simple, extensible implementation of the WebAssembly binary format and a translator* that emits runnable JavaScript on the fly (to act as a substitute for a native implementation).

* Not implemented yet :-)

The reference polyfill is intended to serve as a middle ground between an interpreter and a highly-optimized polyfill, for scenarios where you need to debug a compute-heavy application. It also provides a great starting point for people who want to explore the format and is designed to be easy to integrate into tools that need to manipulate WebAssembly module files.

About

JavaScript polyfill for WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages