cranelift-codegen 0.24.0

Low-level code generator library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
from typing import Any

class Z3Exception(Exception):
  def __init__(self, a: Any) -> None:
    self.value = a
    ...

class ContextObj:
  ...

class Ast:
  ...