いろいろ整理中なため ファイル数が極端に少ないです... いろいろ調整する前 https://github.com/narumincho/definy/tree/prev2023
-
Old Version WebAssemblyを使って数値の足し算, 引き算, 掛け算ができる
-
.github/workflows/pull_request.yml: Pull Request したときに実行されるテストの処理が書かれている -
.vscode: VSCode 向けの設定 -
assets: スタティックなファイルが置かれている -
definy-build: ビルドスクリプト -
definy-client: ブラウザで動かすコード -
definy-server: サーバーで動かすコード -
definy-ui: ブラウザとサーバーでレンダリングする共通のUIコンポーネント -
docs: ドキュメントが置かれている -
narumincho-vdom: 仮想DOMのライブラリ -
narumincho-vdom-client: ブラウザで動かす仮想DOMのライブラリ -
web-distribution: definy-build で生成したファイル (gitignore している)
cargo install wasm-bindgen-clipsql にパスが通るように
cargo run -p definy-build
DATABASE_URL=postgres://postgres:password@localhost:5432/postgres cargo run -p definy-server