This stage should convert Inference tAST (typed AST) into WAT AST. Then wat -> wasm conversion can be performed with
https://github.com/Inferara/inference/blob/main/inference/src/lib.rs#L51
Useful Rust crate https://docs.rs/wasm-encoder/latest/wasm_encoder/#types
This stage should convert Inference tAST (typed AST) into WAT AST. Then
wat -> wasmconversion can be performed withhttps://github.com/Inferara/inference/blob/main/inference/src/lib.rs#L51
Useful Rust crate https://docs.rs/wasm-encoder/latest/wasm_encoder/#types