Cranelift JIT experiments, with multiple functions, tail calls, non-tail-calls, calling host functions, etc

This commit is contained in:
2024-01-30 02:36:06 -05:00
parent 8e06037b4a
commit facd9a34b9
4 changed files with 180 additions and 14 deletions

View File

@@ -13,10 +13,11 @@ lalrpop-util = {version="0.20", features=["lexer"]}
regex = "1"
once_cell = "1"
anyhow = "1"
cranelift = "0.101.4"
cranelift-module = "0.101.4"
cranelift-jit = "0.101.4"
cranelift-native = "0.101.4"
cranelift = "0.101.4"
cranelift-codegen = "0.101.4"
cranelift-module = "0.101.4"
cranelift-jit = "0.101.4"
cranelift-native = "0.101.4"
[build-dependencies]
lalrpop = "0.20"