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

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)