Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: script file name was incorrect #434

Merged
merged 1 commit into from
Feb 10, 2022
Merged

Conversation

JacobMGEvans
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Feb 10, 2022

⚠️ No Changeset found

Latest commit: 2cd0100

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

wrangler prerelease is available for testing:

npm install --save-dev https://prerelease-registry.developers.workers.dev/runs/1826082200/wrangler

@JacobMGEvans JacobMGEvans merged commit 13c5d67 into main Feb 10, 2022
@JacobMGEvans JacobMGEvans deleted the fixup/prerelease-filename branch February 10, 2022 20:56
threepointone added a commit that referenced this pull request Feb 10, 2022
* fixup: cleaning up packages related to Sentry (#429)

* feat: add sentry artifact upload to prerelease & wasm (#431)

* fix: script file name was incorrect (#434)

* Add experimental support for wrangler dev/publish file.wasm

  Allow wrangler to work with simple with WebAssembly programs that
  operate on stdin/stdout by generating a js shim that uses
  '@cloudflare/wasi'

  Example:
      cargo new hello_wasm
      cd ./hello_wasm
      cargo build --target wasm32-wasi --release
      wrangler dev target/wasm32-wasi/release/hello_wasm.wasm
      curl http://localhost:8787
        Hello, world!

* add a hello-wasm example package

* add a changeset

* Update package.json

* Update .prettierignore

Co-authored-by: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com>
Co-authored-by: Killian Koenig <killiankoenig@gmail.com>
mrbbot added a commit that referenced this pull request Oct 31, 2023
This PR copies the `Log` implementation from Miniflare 2, and allows
logging to be configured via the `log` shared option.
mrbbot added a commit that referenced this pull request Nov 1, 2023
This PR copies the `Log` implementation from Miniflare 2, and allows
logging to be configured via the `log` shared option.
mrbbot added a commit that referenced this pull request Nov 1, 2023
This PR copies the `Log` implementation from Miniflare 2, and allows
logging to be configured via the `log` shared option.
mrbbot added a commit that referenced this pull request Nov 1, 2023
This PR copies the `Log` implementation from Miniflare 2, and allows
logging to be configured via the `log` shared option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant