HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hoodchatham

no profile record

comments

hoodchatham
·29 days ago·discuss
crates.io is for distributing source code, pypi is primarily for distributing wheels which contain a mixture of Python code and compiled shared libraries.
hoodchatham
·30 days ago·discuss
That video was a major inspiration for me and probably indirectly led to me becoming a Pyodide maintainer.
hoodchatham
·10 months ago·discuss
It says the same thing in the pyodide repl for what it's worth.
hoodchatham
·12 months ago·discuss
Reference types makes wasm/js interoperability way cleaner and easier. wasm-gc added a way to test a function pointer for whether it will trap or not.

And JSPI is a standard since April and available in Chrome >= 137. I think JSPI is the greatest step forward for webassembly in the browser ever. Just need Firefox and Safari to implement it...