From 12a1944fe013169f1c106720996b7e94acfd4e50 Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Fri, 8 Sep 2023 18:18:39 +0900 Subject: [PATCH] merge --- content/.obsidian/core-plugins-migration.json | 3 ++- content/.obsidian/core-plugins.json | 1 + content/Cranelift.md | 11 +++++++++++ content/Untitled.md | 0 content/音楽プログラミング言語.md | 4 +++- 5 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 content/Cranelift.md delete mode 100644 content/Untitled.md 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", 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/Untitled.md b/content/Untitled.md deleted file mode 100644 index e69de29b..00000000 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