From cd94481bf24a4fc9032c998c377cdefe2fc5bfea Mon Sep 17 00:00:00 2001 From: "Tomoya(obsidian)" Date: Mon, 4 Sep 2023 17:51:08 +0900 Subject: [PATCH 1/3] [obsidian] vault backup: 2023-09-04 17:51:08 --- content/Untitled.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 content/Untitled.md diff --git a/content/Untitled.md b/content/Untitled.md deleted file mode 100644 index e69de29b..00000000 From 9dda64e68d4a739754920a78f39f2c2eaf10b682 Mon Sep 17 00:00:00 2001 From: "Tomoya(obsidian)" Date: Mon, 4 Sep 2023 19:21:29 +0900 Subject: [PATCH 2/3] [obsidian] vault backup: 2023-09-04 19:21:29[ --- content/Cranelift.md | 11 +++++++++++ content/音楽プログラミング言語.md | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 content/Cranelift.md diff --git a/content/Cranelift.md b/content/Cranelift.md new file mode 100644 index 00000000..c5698fe4 --- /dev/null +++ b/content/Cranelift.md @@ -0,0 +1,11 @@ +#compiler-design #tools #software + +[[LLVM]]よりもシンプルな[[Rust]]で書かれているコンパイラ基盤 + +https://cranelift.dev/ + + +Wasmtimeなどで採用されてたりする + +[Cranelift IRを簡単に実行する](https://zenn.dev/hatoo/articles/b1ac9fb0278d40) + diff --git a/content/音楽プログラミング言語.md b/content/音楽プログラミング言語.md index ec774a7b..2b17f4de 100644 --- a/content/音楽プログラミング言語.md +++ b/content/音楽プログラミング言語.md @@ -11,4 +11,6 @@ [[多段階計算]] -[[Rustでの評価文脈(環境)のRAIIっぽい実装]] \ No newline at end of file +[[Rustでの評価文脈(環境)のRAIIっぽい実装]] + +[[Cranelift]] \ No newline at end of file From df5c62e01e51ab04dfb9c771da9a77b675667cff Mon Sep 17 00:00:00 2001 From: "Tomoya(obsidian)" Date: Thu, 7 Sep 2023 10:49:09 +0900 Subject: [PATCH 3/3] [obsidian] vault backup: 2023-09-07 10:49:09[ --- content/.obsidian/core-plugins-migration.json | 3 ++- content/.obsidian/core-plugins.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/.obsidian/core-plugins-migration.json b/content/.obsidian/core-plugins-migration.json index 5c134902..1d8661f5 100644 --- a/content/.obsidian/core-plugins-migration.json +++ b/content/.obsidian/core-plugins-migration.json @@ -25,5 +25,6 @@ "workspaces": false, "file-recovery": true, "publish": false, - "sync": false + "sync": false, + "properties": true } \ No newline at end of file diff --git a/content/.obsidian/core-plugins.json b/content/.obsidian/core-plugins.json index 9405bfdc..56b44a57 100644 --- a/content/.obsidian/core-plugins.json +++ b/content/.obsidian/core-plugins.json @@ -7,6 +7,7 @@ "canvas", "outgoing-link", "tag-pane", + "properties", "page-preview", "daily-notes", "templates",