An incomplete 🚧 work in progress 🚧 polyfill for WebAssembly Component model proposal.
Critical issues need to be resolved before the first release:
- implement alias syntactic sugar
- implement type definitions
- implement function definitions
- implement start definitions
- implement js api to coerce values
- 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
The intention of this project learn and understand how Componenet model works. We value correctness and clear error messages over performance.