1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Mathias Buus
b7f98c6192 fix travis file 2020-05-20 16:59:54 +02:00
Mathias Buus
e218d40f90
malloc and track thread_local buffers from js (#20)
* malloc and track thread_local buffers from js to avoid crashes when multiple external buffers are made from the same pointer

* make tests pass on 14.3.0

* disable npm cache

* debug log

* detach array buffer on read free as a test

* fix detatch

* detach arraybuffer asap, to avoid crashes

* reset test

* add secure travis key

* missing arraybuffer pass

* bump all the flags

* no linux 32
2020-05-20 16:33:46 +02:00
Mathias Buus
46d09be1d9 travis and prebuildify 2019-12-17 15:03:51 +01:00