Skip to content

Files

This branch is 11 commits behind wasmCloud/wasmcloud-otp:main.

host_core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 11, 2023
Jun 13, 2023
May 11, 2023
Aug 2, 2021
Aug 25, 2022
Apr 14, 2023
Dec 21, 2022
Aug 25, 2022
May 28, 2021
Aug 18, 2021
May 24, 2023
May 11, 2023
Feb 28, 2023
Jun 13, 2023
May 11, 2023

host_core build status

wasmCloud Host Core

This is the Elixir OTP core or functional engine of the server process.

The use of the Makefile is preferred for building and running this project due to its NIF dependencies. Use the respective make build and make run options to build and run host_core.

Prerequisites

Installation and Running

If you have a functioning Elixir development environment that includes NATS, then you can simply git pull this entire repository, cd into the host_core directory, and run iex -S mix to launch the application with an active iex console.

If instead you prefer to work from the production release, then consult our installation guide for the exact instructions.

NATS

This OTP application requires the use of NATS with the JetStream server enabled (v2.7.2 or later). Thankfully JetStream comes built-in to all NATS servers and you can simply launch your server with the -js or --jetstream flag.

This OTP application will fail to start without a running NATS server.

For information on how to configure the OTP application (which includes supplying NATS connection information), check out the host runtime reference.