Website that can transpile ylang to Rust in your browser (can't run the Rust code directly though)
https://ylang.virtualfuzz.is-a.dev/
- Astro 95.9%
- JavaScript 4.1%
| public | feat: update project | |
| src/pages | feat: rename ylang_online to ylang-online | |
| .gitignore | feat: create online transpiler for ylang | |
| .gitlab-ci.yml | fix: fix cache | |
| astro.config.mjs | feat: create astro project | |
| LICENSE.md | feat: initial commit | |
| package-lock.json | build: upgrade dependencies | |
| package.json | build: upgrade dependencies | |
| README.md | feat: rename ylang_online to ylang-online | |
| tsconfig.json | feat: create online transpiler for ylang | |
ylang-online
Online transpiler for ylang, only converts ylang to Rust but does not run the compiled Rust code.
Ylang documentation and ylang project here
Hosted at [https://ylang_online.virtualfuzz.pages.gay/]
ylang-online works by using the web assembly version of ylang, and using it to transpile code into rust
running
dependencies
- rust: to compile the web assembly of ylang
- wasm-pack (rust program) to compile the web assembly of ylang
- npm/yarn/pnpm: to actually compile the website
- git: to automatically download the ylang repo
also dont forget to run npm install to install npm dependencies
developing/building
yarn run dev / pnpm run dev / npm run dev: run it in dev
yarn run build / pnpm run build / npm run build: build the website/webassembly
License
(C) (Copyright logo that you can't really type using your keyboard or it's some kind of obscure keyboard press) 2025 @virtualfuzz This project is licensed under whichever license is in LICENSE.md.