▲ 6 r/Forth
is there any forth that could run wasm in JIT mode, and beat wasm micro runtime in speed
is there any forth that could run wasm in JIT mode, and beat wasm micro runtime in speed?
i am using AI for implement a kaios like OS, which also based on the low level interface of android hal, but remove all the java ecosystem, and use wasm instead, so i need a wasm runtime and the hal adapter layer, i had choose wasm micro runtime, which works great, but the performance is not ideal for it do not support JIT on my testing device which is arm32
but my goal is to support such devices like postmarketos does, so i need a better wasm runtime, my ai told me that wasm micro runtime's fastintr mode use the same tech like forth,which remind me to post here for help
u/jyf — 9 days ago