Closed
Description
The current 'stable' (0.1.6) release of this project is over 2 years old, and depends on a horrendously old version of deno_core (0.84.0), which depends on an even more old rusty_v8 (0.22.3).
This has worked perfectly fine for me, until rust changed the size of TypeId
s in nightly, which causes an assertion in said version of rusty_v8 to fail, panicing.
I can solve this by using an older compiler, but making a new release would make sure others are less likely to run into this issue in the future. (It would also bring recent performance boosts from deno and rusty_v8 as well)
Metadata
Metadata
Assignees
Labels
No labels