wizer 10.0.0

The WebAssembly Pre-Initializer
Documentation
1
2
3
module.exports = function btoa(str) {
  return new Buffer(str).toString('base64')
}