jakobhellermann / bevy_mod_js_scripting

Other
83 stars 6 forks source link

Use TryInto Instead of `unsafe` Cast #2

Closed zicklag closed 2 years ago

zicklag commented 2 years ago

Thankfully there's a safe alternative to Local::cast, it's just rather difficult to find in the deno docs. :)