Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/csjh/mite-rs
- Owner: csjh
- Created: 2024-06-17T01:49:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T03:53:09.000Z (6 months ago)
- Last Synced: 2024-11-14T14:29:47.105Z (2 months ago)
- Language: Rust
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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