fastn-stack / fastn

🚧 (Alpha stage software) fastn - better way to build websites 🚧
https://fastn.com
GNU Affero General Public License v3.0
466 stars 36 forks source link

wasi attempt #1853

Closed amitu closed 4 months ago

amitu commented 4 months ago

We are giving up on this approach tho. We were thinking of adding wasi not because we want to support wasi interface, but so that we can use https://docs.rs/quickjs-wasm-rs/latest/quickjs_wasm_rs/. On a second thought, running quickjs inside wasm is only a security measure, and that too dubious, and slows things down and complicates our code base. Till we have better idea, we are going to use quickjs directly.