This commit is contained in:
Tomoya Matsuura(MacBookPro) 2023-09-08 18:18:39 +09:00
parent 2ab0f79f5d
commit b948b2f036
5 changed files with 17 additions and 2 deletions

View File

@ -25,5 +25,6 @@
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
"sync": false,
"properties": true
}

View File

@ -7,6 +7,7 @@
"canvas",
"outgoing-link",
"tag-pane",
"properties",
"page-preview",
"daily-notes",
"templates",

11
content/Cranelift.md Normal file
View File

@ -0,0 +1,11 @@
#compiler-design #tools #software
[[LLVM]]よりもシンプルな[[Rust]]で書かれているコンパイラ基盤
https://cranelift.dev/
Wasmtimeなどで採用されてたりする
[Cranelift IRを簡単に実行する](https://zenn.dev/hatoo/articles/b1ac9fb0278d40)

View File

View File

@ -11,4 +11,6 @@
[[多段階計算]]
[[Rustでの評価文脈環境のRAIIっぽい実装]]
[[Rustでの評価文脈環境のRAIIっぽい実装]]
[[Cranelift]]