Skip to content

Releases: OpenQuickJS/quickjs-android

v0.2.1

09 Jun 06:48
Compare
Choose a tag to compare

Support more devices with minSdkVersion 22

  • chore: change minSdkVersion to 22
  • build: build arm targets only
  • benchmark: update v8's result
  • bechmark: add QuickJs (Script Mode) results
  • chore: move LICENSE into project root dir
  • chore: remove unused index.js
  • docs: improve usage section documentation
  • docs: update README
  • chore: remove unused soft link
  • feat: update README.md
  • deps: upgrade mimalloc to v2.1.2
  • deps: upgrade mimalloc to v2.1.2

v0.2.0

08 Jun 17:28
Compare
Choose a tag to compare

Support bytecode mode

  • feat: add benchmark (compared to v8 engine)
  • feat: run evaluate bytecode in new thread
  • fix: duplicate free memory issue
  • feat: add compileJsToBytecode & evaluateBytecode
  • feat: support bytecode kbc1 format
  • feat: add setRuntimeMaxStackSize& isValueArrayBuffer

v0.1.0

08 Jun 09:24
Compare
Choose a tag to compare