Skip to content

Some ideas around using a simpler WASM interface and routing

Notifications You must be signed in to change notification settings

notnullgames/null0-routed

Repository files navigation

The idea with this project is a multi-wasm host for null0.

It will have these parts:

  • host - this is used with WAMR or (emscripten-compiled) web-host. It has a router that calls game functions & marshals params/returns over wasm, to simplify things.
  • cart - this is user code that calls host-router

build

export MAKEFLAGS=-j$(nproc)

# build native host & carts
cmake -B build
cmake --build build

# build web-host
emcmake cmake -B wbuild
cmake --build wbuild

About

Some ideas around using a simpler WASM interface and routing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published