Giter VIP home page Giter VIP logo

wasm-to-railway's Introduction

wasm-to-railway

Purpose

This repo contains a script which will deploy any runnable .wasm as a hosted application on Railway. The .wasm runnable will be deployed to Railway as a service.

Requirements

  1. Node.js installed locally.
  2. Docker installed locally.
  3. A user-provided API key for the Railway API.
  4. A user-provided id for Docker hub.
  5. An existing project id on Railway.

Setup

npm install

Running the deployment.

  1. Build your .wasm application using tools of choice.
  2. Deploy the wasm from the command line.

Environment Variables

RAILWAY_API_KEY

RAILWAY_PROJECT_ID

DOCKER_ID

Command line example:

The following example shows how to deploy from a git repo that builds an http server in wasm.

cd ..

git clone [email protected]:phil-kahrl/wasm-server.git

cd wasm-server

cargo build --target wasm32-wasi --release

cd ..

./run.sh ../wasm-server/target/wasm32-wasi/release/server.wasm

wasm-to-railway's People

Contributors

phil-kahrl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.