Skip to content

0.0.16-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@billywhizz billywhizz released this 07 Jun 21:39
· 35 commits to main since this release
e5a5002

build runtime

What's Changed

Full Changelog: 0.0.15-pre...0.0.16-pre

Notes

  • the MAP_32BIT flag included in lib/core/api.js for linux breaks the build on arm64/raspberry pi. this will be removed in next release. for now, to build on arm64/linux add -DMAP_32BIT=64 to the linux CCARGS in the Makefile to build the lo base runtime and then remove MAP_32BIT from the constants in lib/core/api.js before running ./lo build runtime runtimes/lo to build the full lo runtime.