Executing PyTorch Models in WASM

Currently, what is state of the art for running PyTorch models on WASM for inference (not training)?

Is there something similar to https://www.tensorflow.org/js/guide/layers_for_keras_users , but for PyTorch instead?