merge
This commit is contained in:
parent
afab553a5a
commit
12a1944fe0
@ -25,5 +25,6 @@
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false
|
||||
"sync": false,
|
||||
"properties": true
|
||||
}
|
1
content/.obsidian/core-plugins.json
vendored
1
content/.obsidian/core-plugins.json
vendored
@ -7,6 +7,7 @@
|
||||
"canvas",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"properties",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
|
11
content/Cranelift.md
Normal file
11
content/Cranelift.md
Normal file
@ -0,0 +1,11 @@
|
||||
#compiler-design #tools #software
|
||||
|
||||
[[LLVM]]よりもシンプルな[[Rust]]で書かれているコンパイラ基盤
|
||||
|
||||
https://cranelift.dev/
|
||||
|
||||
|
||||
Wasmtimeなどで採用されてたりする
|
||||
|
||||
[Cranelift IRを簡単に実行する](https://zenn.dev/hatoo/articles/b1ac9fb0278d40)
|
||||
|
@ -11,4 +11,6 @@
|
||||
|
||||
[[多段階計算]]
|
||||
|
||||
[[Rustでの評価文脈(環境)のRAIIっぽい実装]]
|
||||
[[Rustでの評価文脈(環境)のRAIIっぽい実装]]
|
||||
|
||||
[[Cranelift]]
|
Loading…
Reference in New Issue
Block a user