-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move CI-related files to 'ci' directory
- Loading branch information
1 parent
03510ec
commit 72c4353
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env bash | ||
export RUSTFLAGS="$RUSTFLAGS -C panic=unwind" | ||
export CARGO_TARGET_WASM32_WASIP1_RUNNER="$(printf "node --no-warnings %q preview1" "$(dirname "$0")/wasi.mjs")" | ||
export CARGO_TARGET_WASM32_WASIP2_RUNNER="$(printf "node --no-warnings %q preview2" "$(dirname "$0")/wasi.mjs")" | ||
exec cargo -Z build-std=core,std "$@" |
File renamed without changes.