Today I've verified that this is possible!
Today I've verified that this is possible!

--host 127.0.0.1:8787 though it won't work with --remotewasm2.__wbindgen_start() line in the bundled js, but the worker claims it can't find it even though it's a function in the bundled wasm file
/workers/services/view/fetch-servers/production/settings/bindings I thought it should be hereconsole.log(env); shows {__D1_BETA__BAR: Fetcher, __D1_BETA__DB: Fetcher, __D1_BETA__FOO: Fetcherconsole.log(env.BAR); shows Fetcher {}--host 127.0.0.1:8787wasm2.__wbindgen_start()function logErrorToSentry(request: Request, env: Env, ctx: ExecutionContext, err: any) {
const sentry = new Toucan({
dsn: env.SENTRY_DSN,
context: ctx,
environment: env.ENVIRONMENT,
request,
});
sentry.captureException(err);
}/workers/services/view/fetch-servers/production/settings/bindingsconsole.log(env);{__D1_BETA__BAR: Fetcher, __D1_BETA__DB: Fetcher, __D1_BETA__FOO: Fetcherconsole.log(env.BAR);Fetcher {}