wizer 10.0.0

The WebAssembly Pre-Initializer
Documentation
1
2
3
module.exports = function _btoa(str) {
  return btoa(str)
}