Deian Stefan
Deian Stefan
@binji Awesome, thanks for creating the repo! We're going to group champion this if that's okay (+@djrenren @conrad-watt +@hovav)
@vhnatyk I hope to have a reasonable version by end of Aug! (Too many things on my plate till mid Aug.) The plan is to borrow a bunch of the...
Thanks, we'll look into it! If you have a PR for this we'd be delighted to review it.
Yep this was a bad validator (on my part) that didn't check for the nullptr case. We're working on docs + tutorials (with real libraries) that will hopefully illustrate what...
We're (really @shravanrn) also redesigning some of the APIs (e.g., to avoid the C-like API and have convenient APIs like [these](https://searchfox.org/mozilla-central/source/gfx/ots/RLBoxWOFF2Host.cpp#174)) so if you have suggestions, happy to hear them!
+1 This is a great list! > * start work on wasm2rust. Not totally serious, but it would be cool if this existed It exists (and we used it for...
I am not an RSS expert either, but judgin from https://developer.mozilla.org/en-US/docs/RSS/Article/Why_RSS_Content_Module_is_Popular_-_Including_HTML_Contents and inspecting RSS feeds on Wordpress (https://donsbot.wordpress.com/feed/) it seems like people are still using it. Though including it in...
@themattchan did you forget to check in the tempaltes file?
These sound good to me (thanks @bansan85 !)
Close, but not exactly. We're talking about `sandbox_invoke`, which expects a `sandbox` as a the first argument. Though @shravanrn is the plan to move everything to invoke_sandbox_function?