1. Fetching the binary (usually in the form of a .wasm file, though we are using a simple byte array for now)
    2. Instantiating the WebAssembly module
    1. 42