My worker relies on the Buffer package and it works fine in the Cloudflare worker runtime. However when I attempt to use Cloudworker, the method for creating a new Buffer Buffer.from("Hello, world!") throws this error: first argument must be a string or Buffer (which doesn't really make sense, because the first argument is a string or Buffer)
I tried forking and including the Buffer package directly in the Cloudworker runtime but I had no luck.