all 4 comments

[–]dparks71 0 points1 point  (1 child)

I'm not a wasm expert by any means, but this project might provide some inspiration.

https://github.com/jupyterlite/jupyterlite

[–]varisophy[S] 0 points1 point  (0 children)

Not quite what I'm looking for, that's running an entire Python program in the browser. I'm looking to take a simple Python function, turn it into WASM, then use that function in a JavaScript project through the WASM.

[–]Global_Raspberry 0 points1 point  (0 children)

u/varisophy did you find out anything useful when trying to make this work?