Week4
Hi, all!
It’s burning outside, scorching last week. The following is what I do in last week.
commit missing
Unluckily, I have to build gr-web.
But I found dependency missing
the same things.
It turns out the checkout commits in gnuradio.dockerfile are currently missing(here)(here),
Okay, build success, but running failed with the following issue.
PS: I even try running with wasm runtime like wasmtime, wasmedge (but they are not fully supported, I mean it will show weird error)
issue replay
Fortunately, I find a tweet that shows an issue same as my current problem.
And I found the solution commit in the origin repo.
I strongly recommend you to play this repo if you have an interest in how to run python in your pure browser.
intend todo
And I intend to follow the commit in the above repo to modify the gnuradio.dockerfiles.
small thought
In the prior, I even consider withdrawing from this GSoC due to endless build gr-web fail, but after watching this youtube video(the CPython core dev display the future in wasm), I feel it is valuable and funny to do these things.