Bert Belder
|
3cccadcf0f
|
Change plugin interface to prevent segfaults when unloading plugin (#5210)
Fixes: #3473
Closes: #5193
|
2020-05-11 22:39:13 +02:00 |
|
Ryan Dahl
|
d8711155ca
|
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)
|
2020-04-23 11:51:07 +02:00 |
|
Ryan Dahl
|
6e5f3453f8
|
Remove core/plugin.rs (#4824)
This simplifies the plugin interface in order to deliver op crates with a similar API
|
2020-04-20 10:27:15 -04:00 |
|
Ryan Dahl
|
c1ec042a00
|
Modify op dispatcher to include &mut Isolate argument (#4821)
- Removes unnecessary RwLock and Rc around the op registry table
- Preparation to move resource_table to deno_core::Isolate.
- Towards #3453, #4222
|
2020-04-19 23:54:46 -04:00 |
|
Ryan Dahl
|
4d2b9cd37a
|
Fix Op definitions (#4814)
|
2020-04-18 20:05:13 -04:00 |
|
Ryan Dahl
|
5e32c5ea44
|
s/PinnedBuf/ZeroCopyBuf (#3782)
|
2020-01-24 15:10:49 -05:00 |
|
Ry Dahl
|
76e44ddfd0
|
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
|
2020-01-05 11:56:18 -05:00 |
|
Andy Finch
|
7c3b9b4f4f
|
feat: first pass at native plugins (#3372)
|
2019-12-05 15:30:20 -05:00 |
|