|
|
|
|
|
by pyrossh
933 days ago
|
|
I've been trying to build a programming language targeting only wasm but never seem to get the time to work on it. Like the syntax, mainly the pipe operator |> A few questions, 1. Any plans to use binaryen to optimize the wasm output? 2. How is memory management handled? Are you going to use wasm-gc? 3. How does the C FFI work? Do you convert the WASM types to C types? |
|