Skip to content

0.0.5

Compare
Choose a tag to compare
@rhysd rhysd released this 06 Jul 04:46
· 2565 commits to wasm since this release
  • New: FileSystem support via options at VimWasm.start(). Now vimrc of https://rhysd.github.io/vim.wasm is persistent
    • files: Create files before Vim starts
    • dirs: Create directories before Vim starts
    • persistentDirs: Mark directories persistent. They are stored on Indexed DB as persistent storage
  • New: Add checkBrowserCompatibility() to check vim.wasm is available
  • Improve: Optimize for rendering whitespaces. 3.2x speed up
  • Improve: Timing of onVimExit callback is tweaked. It is now called after Vim completely exited
  • Fix: :export error handling. Now error message is correct
  • Fix: Handling \ key event bug on Chromium