How to get an example to use resnet50 with pure wasm?

The original TVM WASM blogpost has a link to a codebase which uses WASM for the host-code, and WebGPU for the kernels.

The pipeline might have changed a little bit since then (the codebase is from mid-2020), but I believe other than changing the model to be ResNet50, the only key thing you need to change is the target-device to be the same as the target_host.