deltachat / napi-jsonrpc

use jsonrpc over napi.rs in nodejs
3 stars 0 forks source link

implement drop function #10

Open Simon-Laux opened 1 year ago

Simon-Laux commented 1 year ago

Did this in hope to fix #8, but does not help.

Though the pr shows how to use napi::bindgen_prelude::block_on, a feature I added to napi-rs because it was missing.