1
0
Fork
You've already forked ylang-online
0
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%
2025年08月10日 11:31:52 +02:00
public feat: update project 2025年07月21日 21:34:17 +02:00
src/pages feat: rename ylang_online to ylang-online 2025年07月21日 08:32:27 +02:00
.gitignore feat: create online transpiler for ylang 2025年07月13日 20:13:07 +02:00
.gitlab-ci.yml fix: fix cache 2025年08月10日 11:31:52 +02:00
astro.config.mjs feat: create astro project 2025年07月13日 19:27:52 +02:00
LICENSE.md feat: initial commit 2025年07月13日 19:25:44 +02:00
package-lock.json build: upgrade dependencies 2025年08月10日 11:31:31 +02:00
package.json build: upgrade dependencies 2025年08月10日 11:31:31 +02:00
README.md feat: rename ylang_online to ylang-online 2025年07月21日 08:32:27 +02:00
tsconfig.json feat: create online transpiler for ylang 2025年07月13日 20:13:07 +02:00

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.