0.0.16-pre
Pre-release
Pre-release
What's Changed
- 0.0.16-pre by @billywhizz in #35
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.