Commit graph

3 commits

Author SHA1 Message Date
Simon Hausmann
89a05245f9 Fix SharedArray length in bytes to be a multiple of pointer alignment 2020-07-07 18:15:26 +02:00
Simon Hausmann
196aef5fbe Fix C++ linkage on Linux
Apply the same workaround for missing symbol exports as in commit
54f81d4d29
2020-07-02 09:10:06 +02:00
Simon Hausmann
e4ab64f858 Add a SharedArray type
This is based on the SharedString code and will allow sharing ownership
of arrays between Rust and C++.
2020-07-01 14:58:09 +02:00