Use Micro Plum
Click Micro Plum
.
Either provide
- a single schema URL (e.g. https://github.com/rime/rime-luna-pinyin/blob/master/luna_pinyin.schema.yaml),
or
- a plum target (e.g. rime/rime-luna-pinyin) and a list of schema Ids (e.g. luna_pinyin).
Click Install
.
Select the schemas and click Deploy
.
Turn on Advanced
switch or append debug=on
URL parameter,
so that you can interact with emscripten's file system.
The VSCode-like editor is powered by Wasm Code.
You are able to download/upload/edit/delete files.
After making changes, click Deploy
.
NOTE: This functionality is disabled on mobile browsers.
NOTE: Because MEMFS is used, all changes will be lost after refresh.
Some conventions:
- The rime directory is
/rime
. - OpenCC files are at
/usr/local/share/opencc
. - All files in rime-config will be available at
/rime
after you executepnpm run wasm
.