This example runs Nginx with Wasmer on Heroku.
heroku create APP_NAME
heroku buildpacks:set https://github.com/jingweno/heroku-buildpack-wasmer
git push heroku master
curl https://APP_NAME.herokuapp.com
This example runs Nginx with Wasmer on Heroku.
heroku create APP_NAME
heroku buildpacks:set https://github.com/jingweno/heroku-buildpack-wasmer
git push heroku master
curl https://APP_NAME.herokuapp.com