skiplabsdaniel
skiplabsdaniel
On the client side, I think we need to allow it with options for sending data to ours or/and app developer monitoring servers. We can add the possibility to register...
Very good point, there's no fundamental reason to make a copy, and looking at that it's better to avoid it. LGTM
I plan to make a version that gets rid of anything too specific (including copyAndConvertImport).
@mbouaziz Indeed, in an old history, But, I don't want them to appear here.
> The failure on `skdb-wasm` looks non-transient, I can replicate it locally though I have no idea how this diff produces a `RuntimeError: memory access out of bounds` If it's...
In first place, `api` was introduced to have a common interface between `addon` and `wasm`. Initially the `addon` was a node native copy of `wasm` code. Now, `api` and `core`...
I don't understand why you say that the exception is silented, if the init fails, the server doesn't start and the message is displayed, the only reason I can see...
Indeed, it's a matter of taste, it can be done like that.