solyanka 0.1.0

A WIP prototype for wasm+ecs shared-memory plugin system for games.
Documentation
1
2
3
4
(module
  (func $hello (import "" "hello"))
  (func (export "run") (call $hello))
)