WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

greatcloak/wasm-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Contributors 2

  •  
  •  

Languages