0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Tree Maker_Convert Markdown to tree!_WebAssembly&ServiceWorker

Last updated at Posted at 2022-11-19

web_example.gif

これは何か?

Markdown形式の入力を与えると、treeコマンド結果のような表示がされるWeb appです。
以下の4種類の記号が使えます。
*, -, +, #

また、出力されるツリーの各階層は、入力となるMarkdownでは半角スペース2つずつインデントすることで表現します。

このサイトの特徴は?

  • Markdownからtreeを生成する処理はGoで書いており、その処理部分はTinyGoでWebAssembly(.wasm)としてコンパイルしています。
    • コンパイルされたバイナリはJavaScriptから呼ばれます。
  • ServiceWorkerを利用していて、このWeb appを構成する静的コンテンツ(.wasm含む)はブラウザにキャッシュされ、更新が無い(あるいはブラウザキャッシュから消えない)限り、一度このサイトを訪れた後は、オフラインでも使うことができます。

source code

関連

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?