wasm-import icon indicating copy to clipboard operation
wasm-import copied to clipboard

WIP: Universal test set for all languages

Open rustworthy opened this issue 1 year ago • 0 comments

  • [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.

rustworthy avatar Aug 13 '23 06:08 rustworthy