6 ms·
You can write a program that has the capability to run isolated WASM modules written by others, without caring about the source language. Export some functions
by v7n 3y ago
You can write a program that has the capability to run isolated WASM modules written by others, without caring about the source language. Export some functions from your host program and you have a neat system for, say, user-written extensions.