Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

concept-not-found/module-linking-polyfill

Repository files navigation

Module linking polyfill

An incomplete 🚧 work in progress 🚧 polyfill for WebAssembly Module linking proposal.

💣 Not production ready 💣

Critical issues need to be resolved before the first release:

  • implement type definitions
  • implement alias syntactic sugar
  • implement type checking
  • implement error handling
  • add test scenarios
  • decide on feature set of first release
    • is binary format support?
  • stabilize both runtime and transformer API
  • documentation

Project goals

The intention of this project learn and understand how Module linking works. We value correctness and clear error messages over performance.