Olivier Goffart
|
13bd828b96
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
|
Tobias Hunger
|
13d7f5e7bd
|
Janitor: Fix typos in comments and user-facing strings
Also adapt tests for error messages containing the fixed strings.
No behavior change is intended!
|
2021-06-28 08:32:25 +02:00 |
|
Olivier Goffart
|
b5b715651d
|
More replacement from ptr::read to drop_in_place
Should fix the asserts in C++.
|
2021-05-31 21:25:41 +02:00 |
|
Olivier Goffart
|
35cce45cbc
|
Add a fii feature so that we don't compile in the ffi code if not required
|
2021-03-16 18:09:57 +01:00 |
|
Simon Hausmann
|
f087cc18bc
|
Remove extern "C" functions from wasm module
We don't need these functions and their export. They account for ~20kb in
the optimized .wasm - plus JS glue code.
|
2021-02-26 17:04:49 +01:00 |
|
Olivier Goffart
|
2e23b5bbdd
|
Handle native callbacks with return value
|
2021-01-26 17:05:30 +01:00 |
|
Olivier Goffart
|
5a21f1bd81
|
Rename emit_ to call_ for callback
Signal was renamed to Callback, but one does not emit a callback, one calls it
|
2021-01-25 15:59:10 +01:00 |
|
Olivier Goffart
|
16f5a03c14
|
Run cargo fmt
|
2020-12-18 10:29:15 +01:00 |
|
Olivier Goffart
|
0d2d48be4f
|
Rename "signal" to "callback"
|
2020-12-18 09:51:01 +01:00 |
|