Olivier Goffart
|
e7d2c35a07
|
Use triomphe instead of servo_arc
That's a fork of servo_arc which is updated more recently
|
2020-07-17 17:13:51 +02:00 |
|
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 |
|