Skip to content

0.0.3

Choose a tag to compare

@rhysd rhysd released this 02 Jul 06:30
· 2597 commits to wasm since this release
  • Improve: BREAKING Interface of constructor of VimWasm changed. Now worker path is part of VimWasmConstructOptions and optional
  • Improve: Added cmdline() method to VimWasm to execute command from JavaScript
  • Fix: Fixed timing to clear notification bytes in shared memory buffer between main thread and worker thread
  • Fix: Prevented Vim starts twice. Previously second run had done nothing incorrectly
  • Improve: Now screen rendering, event handling and performance measurements are tested with Karma. All tests are run on CI
  • Improve: Website loads vimwasm.js module asynchronously.
  • Improve: Improved documentation and example. Added keywords to package.json