goog.module('wasmentrypoints.WasmEntryPoints');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const WasmEntryPoints = goog.require('wasmentrypoints.WasmEntryPoints$impl');
exports = WasmEntryPoints;
