| ▲ | valorzard 3 hours ago | |||||||
dumb question: is this javascript/typescript only? can you use webassembly based languages instead? | ||||||||
| ▲ | kentonv 3 hours ago | parent [-] | |||||||
In theory Wasm could be supported, but generally JS/TS is much more efficient when running inside isolates (our lightweight sandboxes) since you don't have to bundle a language runtime into the app. CFOS at present only exposes JS (with TS coming soon). | ||||||||
| ||||||||