Closed dcodeIO closed 2 years ago
Makes it so that instead of
import Binaryen from "binaryen"; const binaryen = await Binaryen();
the exposed API is now again
import binaryen from "binaryen";
hiding the underlying top-level await.
Makes it so that instead of
the exposed API is now again
hiding the underlying top-level await.