wasm-import
wasm-import copied to clipboard
WIP: Universal test set for all languages
- [x] tests and linter show no problems (
npm t
) - [x] tests are added/updated for bug fixes and new features
- [x] code is properly formatted (
npm run fmt
) - [x] description of changes is added in CHANGELOG.md
- [ ] update .d.ts typings; not applicable;
Opening as a separate PR Short-cutting 'module.instance.exports.method' to 'module.method' for convenience by means of putting the resulting wasm module object behind a proxy.