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
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
Andrew Osheroff
2961856b5b tests all pass 2019-08-06 10:55:08 +02:00
Mathias Buus
cf9234e856 reimpl 2019-07-24 16:52:17 +02:00