David Komer
David Komer
Naive question, I'm sure, but why does the block gas limit depend on gasWanted instead of gasUsed? What I mean is - if the block limit only cared about the...
Oh, cool, interesting... I'll take a look at that. Thanks!
I created a fullstack Rust/WASM example here: https://github.com/dakom/dominator-workers-fluent-auth Frontend is using Dominator, but the oauth/openid part happens on the backend, using Cloudflare Workers in Rust/WASM I know this is not...
I made a little drum machine demo here: https://github.com/dakom/drum-machine-js-signals (hat tip @EisenbergEffect who pointed out that this is a good place to share it)
Another demo here: https://github.com/dakom/local-chat-js-signals This one tests out the idea of doing efficient non-lossy list updates, by having 4 different "chat" windows with edit, delete, etc. The "chat" is just...
actually - the current repo fails as-is with `python ./platforms/js/build_js.py build_wasm --build_wasm`
I ended up using a different solution, but for future users - I suppose Apache or MIT? Whatever, your code, up to you :)
I see - it's in the generated size's `pieces.json`, where the array is interpreted as `[x,y,width,height]` Leaving the issue open since you may want to close it when adding to...
In the meantime, whenever a change is made, just locally push to gh_pages :P
Oh, you had pointed me to the [MaybeArb](https://github.com/sanctuary-js/sanctuary/blob/v0.13.2/test/internal/MaybeArb.js) for help on understanding how to build an Arbitrary... just realized I should probably take a look at how you used it...