Marcel Guinhos
Marcel Guinhos
Also interested in having an GUI office suite inside termux This would be great
You should not install termux from google play. Only from F-Droid.
I think that is related with interrupt processing or something. or a buffer overflow.
I am also not using the US layout. My layout is BR ABNT2.
Consider AssemblyScript as a target. It is TypeScript compiled to WebAssembly https://www.assemblyscript.org/
The most easy solution is creating turbowarp's own Bytecode, and then running it inside a VM/Engine implemented in WebAssembly (C/C++) it will be faster than compiling webassembly modules dinamically or...
Because javascript runtimes arent really standard and their behaviour change depending on the runtimr and the execution context. There is so much entropy JS is a dynamic and object oriented...
> A bytecode interpreter in WASM will not necessarily be faster than letting the browser's JavaScript JIT figure out how to optimize our scripts > It will be faster if...
> Everything you said is correct but it doesn't prove that a bytecode interpreter in WASM will outperform our JavaScript as interpreting bytecode has a very non-insignificant performance overhead. >...