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
Could we get wasmedge-quickjs to update to the absolute latest QuickJS version? Now that we're using wasmedge-quickjs we would like to be on the latest QuickJS, and we have to compile our own custom QuickJS from https://github.com/second-state/quickjs-wasi/tree/master because we can't have SIMD support.
The text was updated successfully, but these errors were encountered:
@lastmjssecond-state/quickjs-wasi#5 quickjs-wasi has been updated.
But, you need to clone the master branch of wasi-libc as the sys-root to compile successfully.
From our project's property testing we have recently found two major bugs in QuickJS that have since been fixed.
JSON.parse bug: bellard/quickjs#206
BigUint64Array bug: bellard/quickjs#202
Could we get wasmedge-quickjs to update to the absolute latest QuickJS version? Now that we're using wasmedge-quickjs we would like to be on the latest QuickJS, and we have to compile our own custom QuickJS from https://github.com/second-state/quickjs-wasi/tree/master because we can't have SIMD support.
The text was updated successfully, but these errors were encountered: