modeco80
d9faea4c1c
mostly just removing C-style casts and replacing the win32 LO* macros with constexpr functions, because they suck (also, add a gitignore scoped to msagent.js to ignore the obj/ of building the WASM decompression code) |
||
---|---|---|
.. | ||
core | ||
web | ||
.gitignore | ||
README.md |
msagent.js
This project is split up into two subcompoennts:
-
@msagent.js/core
contains the core inner workings. This is everything that works on either the Web or node.js. -
@msagent.js/web
contains most of the public API that msagent.js has exported.
The web project is implicitly dependent on the core project. Do not introduce code that requires Web APIs in the core.