Tudor Bosman

Results 8 issues of Tudor Bosman

### Summary Is there a way to set an upper bound on the size of a WASM memory from the C API? The Rust API has "Tunables", can that be...

❓ question
📦 lib-c-api
🏚 stale
priority-medium

Also add libevent example that tests it and also demonstrates pubsub. Fixes #925

I'm trying to wrap hiredis (in async mode) from C++, and I'd like the callbacks to have associated state that is freed when no longer needed. For non-pub/sub callbacks, this...

Are there any plans to support 64-bit builds? It looks to me like wasm64 (also known as "memory64") uses a LP64 model (`int` is 32 bits, `long`, `long long`, and...

It seems Phabulous only supports the (old-style) `feed.http-hooks` hooks, which are unauthenticated and go over http (not https). This works fine when running your own Phabricator instance on the same...

enhancement
help wanted

See https://issues.apache.org/jira/browse/ZOOKEEPER-3868

I have two bitmaps `a` and `b`, I find one point inside `b` (say using an iterator), and then I want to intersect / union / compute the set difference...

Right now, `_start` initializes global state, calls `main()`, and then tears down global state. This is fine for executable modules, but not for modules designed to be used as libraries....