xtnded / iw2clientdll

Call of Duty 2 1.4 Client Patch
GNU General Public License v2.0
9 stars 3 forks source link

WASM Support #1

Open kungfooman opened 5 years ago

kungfooman commented 5 years ago

tldr: wavm is shit, ChakraCore masterrace

1) Modders shall be able to zip many .wasm files for different purposes 2) Each .wasm file can be instantiated or not (e.g. via player loadWasm("ui");) 3) Each .wasm should contain the least amount of code possible, for specific tasks, e.g.:

This ensures highest composability of all kinds of mods. Pretty much way more dynamic than idtech3/qvm, which is one fucking blob of hardcoded shit.