You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
This issue documents the possible tasks to optimize/enable the wasm port of translation engine for inference:
High Priority:
SSE4.1
for wasm (Firefox disables wasm simd for < SSE4.1)WASI
instead ofEmscripten
toolchain for compilation to wasmLow priority/Untriaged:
multiple threads
for inferencecmake options
are being usedcompilation flags
are being used (dependent on the toolchain)-munimplemented-simd128
flag for wasm (is it still valid?)try/catch/throw
statements (lots of 3rd party dependencies, probably a tedious task)?-fno-exception
) compilation (lots of 3rd party dependencies, probably a tedious task)?The text was updated successfully, but these errors were encountered: