-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
inf2wasmInference to WASM convertingInference to WASM converting
Description
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
Metadata
Metadata
Assignees
Labels
inf2wasmInference to WASM convertingInference to WASM converting