Building a Plugin System for Rust: Native Libs vs. Scripting Language vs. WASM kerkour.com 7 points by randomint64 4 hours ago
rirze 3 hours ago Was hoping for a foray into gRPC and maybe other bytes-messaging formats but maybe that's out of scope here... and too complex?
blamestross 3 hours ago I'm really interested in WASM as a general system for "Running possibly hostile code".wasmi, discussed in the post, has a feature called "fuel" that i want in ever WASM interpreter ever. It lets me manage resource-based attacks in the WASM binary.
Was hoping for a foray into gRPC and maybe other bytes-messaging formats but maybe that's out of scope here... and too complex?
I'm really interested in WASM as a general system for "Running possibly hostile code".
wasmi, discussed in the post, has a feature called "fuel" that i want in ever WASM interpreter ever. It lets me manage resource-based attacks in the WASM binary.