/module-linking-polyfill

https://github.com/WebAssembly/module-linking polyfill

Primary LanguageJavaScriptOtherNOASSERTION

MOVED to https://github.com/concept-not-found/component-model-polyfill

Module linking polyfill

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

Live demo

💣 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.