Skip to content

0.0.11

Compare
Choose a tag to compare
@rhysd rhysd released this 01 Aug 02:29
· 925 commits to wasm since this release
  • New: fetchFiles option was added. It can define mapping from Vim's filesystem to external resources (file path or URL). Vim fetches the resources just before starting Vim and maps them to its filesystem entries
  • New: Small CLI tool vimwasm-try-plugin was implemented in another repository to try external plugins and colorschemes without installing them
  • New: Add jsevalfunc() Vim script function to evaluate JavaScript code in Vim script. The function makes it easier to integrate browser API into Vim plugin
  • Fix: Canvas width and height are slightly not fit to its element size when the element has border
  • Improve: has('gui_wasm') returns 1 in Vim script
  • Improve: Use Function to evaluate JavaScript code
  • New: Visual testing for screen rendering was introduced as smoke testing