face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.84k stars 155 forks source link

FEATURE: Rust as scripting language #171

Closed Neisvestney closed 3 months ago

Neisvestney commented 3 months ago

Is your feature request related to a problem? Please describe. I hate any kind of scripting languages. Why we even need another languages other that blazingly fast Rust

Describe the solution you'd like Rewrite b9/lua to b9/rust with power of Web Assembly

Describe alternatives you've considered There are not alternativites to Rust

GStudiosX2 commented 3 months ago

The issue with this is that you need to make sure that wasm can't do anything with the system like delete files, execute commands etc and I would recommend still keeping Lua as more People will probably know it than rust/wasm