Skip to content

WASM Talk protocol for scripts and hooks on CartJumper and FreightChick

License

Notifications You must be signed in to change notification settings

greatcloak/wasm-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WASM Talk

Package wasmtalk contains helper types and functions for writting go based scripts and hooks for CartJumper, and FreightChick.

Protocol

GC Applications utilize a JSON message based protocol to pass messages back and forth over stdout and stdin between webassembly scripts and our applications.

Create a WebAssembly module using the WASI compilation mode in golang and write messages to stdout to return data from your scripts.

[GC Application] - {JSON Message} -> [Script/Hook]
[GC Application] <- {JSON Message} - [Script/Hook]
...

About

WASM Talk protocol for scripts and hooks on CartJumper and FreightChick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages