# wava **Repository Path**: weiyi/wava ## Basic Information - **Project Name**: wava - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-27 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **NOTE** This project is still very much stream-of-conscious/hackathon-style. Proper tests and UI will come when I am happy with the core capabilities. I do not ship code like this (see [here](https://github.com/prestodb/presto/pull/5712/files) for a sample of that), please do not dock me points for open development. The main goal is compiling WebAssembly to Java. Began life as a straight Java port of binaryen (and largely remains so in the yen package). Immediate goal is sqlite.jar. Ultimate goals are [/were] llvm.jar and dpdk.jar. Java source rather than bytecode was chosen for simplicity and debuggability (for the end-user - at this point emitting bytecode would be easier).