Luke Paireepinart
Luke Paireepinart
@INBINCOMOBI I'm not part of the project but my guess is that it does not work out of the box, because PouchDB is a web database. You may be able...
You should definitely PR this and people can comment on it in the PR review, your reasoning makes sense to me.
It seems like Extism is settling around some type of `kernel` with a consistent pattern for accessing memory locations for data passing. For the "getting code in" part, the underlying...
# Windows build incompatibilities - `install-wasi-sdk.sh` doesn't work because 1) it's a shell script, 2) windows doesn't have real CURL, it's mapped to Invoke-WebRequest. Should probably implement this as a...
If I had to guess, drawing to the console will be the slowest part of this whole thing, if you're using Rust on both sides. Consoles aren't always super fast...
Would the benchmarks only be in rust natively? Or is there any planning around benchmarking all of the SDKs and PDKs too? It would be interesting to know the relative...
@stevesimmons just bumping this to see if you have any update for us on the license issue. By default, the copyright to the code is reserved to you, and unless...
For #1 looks like 5.0 will support enum serialization but that would require retargeting this lib, which would reduce the # of possible users, so better not to do it....
The Patch_Application_Test() unit test uses this approach... While this is workable, it would be much more .net friendly if these were strongly typed instead of being objects. Perhaps we could...
I want to make sure I understand - using untyped objects lets you define a sparse object so when serialized the JSON does not contain fields that do not have...