Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csjh/mite-rs

rust port of mite compiler
https://github.com/csjh/mite-rs

Last synced: 12 days ago
JSON representation

rust port of mite compiler

Awesome Lists containing this project

README

        

dev env setup:
- run `cd binaryen && emcmake cmake -DBUILD_STATIC_LIB=ON -DBUILD_TOOLS=OFF -DBUILD_TESTS=OFF -DENABLE_BIGINT=ON -DCMAKE_BUILD_TYPE=Debug . && emmake make binaryen`
- run `cargo build`

update binaryen bindings:
- run `cargo build --features "bindings" --target wasm32-unknown-unknown` - this should panic