Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.0.10.tar.gz | 2019-07-18 | 17.2 MB | |
0.0.10.zip | 2019-07-18 | 18.9 MB | |
README.md | 2019-07-18 | 661 Bytes | |
Totals: 3 Items | 36.1 MB | 0 |
- Improve: Include 'small' feature binary in addition to 'normal' feature. 'small' feature build only provides basic features but binary size is much smaller
- Put in
vim-wasm/small
directory - You can use 'small' feature by specifying path to
workerScriptPath
option - Please read https://github.com/rhysd/vim.wasm/tree/wasm/wasm#normal-feature-and-small-feature for more details
- Breaking Change:
VIM_FEATURE
constant was removed because the npm package now provides multiple features - Breaking Change:
workerScriptPath
option of constructor ofVimWasm
is now not optional because almost all case default value is not available.