This directory previously held a polyfill implementing the WASI APIs in Wasm, with JS glue code to load a user Wasm program and run it with the polyfill, in a browser. The polyfill served its purpose of demonstrating that it’s possible to polyfill WASI within browsers, but the way it was built turned out to be difficult to maintain. People interested in doing such polyfilling may be interested in