Update rust-toolchain to nightly-2024-04-03 (#64048)

Depends on https://github.com/vercel/turbo/pull/7874, which should be
merged first.

Test Plan: `cargo check`


Closes PACK-2903
This commit is contained in:
Will Binns-Smith 2024-04-04 16:28:02 -07:00 committed by GitHub
parent 710cf7c27f
commit 3d3311b150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 64 additions and 66 deletions

View file

@ -230,11 +230,15 @@ jobs:
test-next-swc-napi-wasi:
name: test next-swc wasi
needs: ['changes', 'build-next']
if: ${{ needs.changes.outputs.docs-only == 'false' }}
# TODO: Re-enable this when https://github.com/napi-rs/napi-rs/issues/2009 is addressed.
# Specifically, the `platform` value is now `threads` in
# https://github.com/napi-rs/napi-rs/blob/e4ad4767efaf093fdff3dc768856f6100a6e3f72/cli/src/api/build.ts#L530
if: false
# if: ${{ needs.changes.outputs.docs-only == 'false' }}
uses: ./.github/workflows/build_reusable.yml
with:
afterBuild: rustup target add wasm32-wasi-preview1-threads && turbo run build-native-wasi
afterBuild: rustup target add wasm32-wasip1-threads && turbo run build-native-wasi
stepName: 'test-next-swc-napi-wasi'
secrets: inherit

75
Cargo.lock generated
View file

@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "auto-hash-map"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"serde",
"smallvec",
@ -3219,7 +3219,7 @@ dependencies = [
[[package]]
name = "node-file-trace"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"serde",
@ -3607,9 +3607,8 @@ dependencies = [
[[package]]
name = "pathfinder_simd"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0444332826c70dc47be74a7c6a5fc44e23a7905ad6858d4162b658320455ef93"
version = "0.5.3"
source = "git+https://github.com/servo/pathfinder?rev=30419d#30419d07660dc11a21e42ef4a7fa329600cff152"
dependencies = [
"rustc_version 0.4.0",
]
@ -7163,7 +7162,7 @@ dependencies = [
[[package]]
name = "turbo-tasks"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-trait",
@ -7195,7 +7194,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-build"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"cargo-lock",
@ -7207,7 +7206,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-bytes"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"bytes",
@ -7222,7 +7221,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-env"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"dotenvs",
@ -7236,7 +7235,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-fetch"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7253,7 +7252,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-fs"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"auto-hash-map",
@ -7285,7 +7284,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-hash"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"base16",
"hex",
@ -7297,7 +7296,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-macros"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"convert_case 0.6.0",
@ -7311,7 +7310,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-macros-shared"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"proc-macro2",
"quote",
@ -7321,7 +7320,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-malloc"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"mimalloc",
]
@ -7329,7 +7328,7 @@ dependencies = [
[[package]]
name = "turbo-tasks-memory"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"auto-hash-map",
@ -7354,7 +7353,7 @@ dependencies = [
[[package]]
name = "turbopack"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-recursion",
@ -7387,7 +7386,7 @@ dependencies = [
[[package]]
name = "turbopack-binding"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"auto-hash-map",
"mdxjs",
@ -7427,7 +7426,7 @@ dependencies = [
[[package]]
name = "turbopack-browser"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7453,7 +7452,7 @@ dependencies = [
[[package]]
name = "turbopack-cli-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"clap",
@ -7472,7 +7471,7 @@ dependencies = [
[[package]]
name = "turbopack-core"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-recursion",
@ -7503,7 +7502,7 @@ dependencies = [
[[package]]
name = "turbopack-css"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-trait",
@ -7531,7 +7530,7 @@ dependencies = [
[[package]]
name = "turbopack-dev-server"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-compression",
@ -7568,7 +7567,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-trait",
@ -7606,7 +7605,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-hmr-protocol"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"serde",
"serde_json",
@ -7617,7 +7616,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-plugins"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-trait",
@ -7642,7 +7641,7 @@ dependencies = [
[[package]]
name = "turbopack-ecmascript-runtime"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"indoc",
@ -7659,7 +7658,7 @@ dependencies = [
[[package]]
name = "turbopack-env"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7675,7 +7674,7 @@ dependencies = [
[[package]]
name = "turbopack-image"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"base64 0.21.4",
@ -7695,7 +7694,7 @@ dependencies = [
[[package]]
name = "turbopack-json"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"serde",
@ -7710,7 +7709,7 @@ dependencies = [
[[package]]
name = "turbopack-mdx"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"mdxjs",
@ -7725,7 +7724,7 @@ dependencies = [
[[package]]
name = "turbopack-node"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-stream",
@ -7763,7 +7762,7 @@ dependencies = [
[[package]]
name = "turbopack-nodejs"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"indexmap 1.9.3",
@ -7787,7 +7786,7 @@ dependencies = [
[[package]]
name = "turbopack-resolve"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"async-recursion",
@ -7809,7 +7808,7 @@ dependencies = [
[[package]]
name = "turbopack-static"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"serde",
@ -7825,7 +7824,7 @@ dependencies = [
[[package]]
name = "turbopack-swc-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"swc_core",
"turbo-tasks",
@ -7836,7 +7835,7 @@ dependencies = [
[[package]]
name = "turbopack-trace-utils"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"crossbeam-channel",
@ -7852,7 +7851,7 @@ dependencies = [
[[package]]
name = "turbopack-wasm"
version = "0.1.0"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240329.2#85e1e742e9693c8958ec99152d85583152afb1e1"
source = "git+https://github.com/vercel/turbo.git?tag=turbopack-240404.2#583bb0934a2521b7549380f9c49b34565804b5b1"
dependencies = [
"anyhow",
"indexmap 1.9.3",

View file

@ -37,11 +37,11 @@ swc_core = { version = "0.90.24", features = [
testing = { version = "0.35.21" }
# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240329.2" }
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240404.2" }
# [TODO]: need to refactor embed_directory! macro usages, as well as resolving turbo_tasks::function, macros..
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240329.2" }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240404.2" }
# [TODO]: need to refactor embed_directory! macro usage in next-core
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240329.2" }
turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240404.2" }
# General Deps
@ -105,6 +105,8 @@ owo-colors = "3.5.0"
parcel_selectors = "0.26.0"
parking_lot = "0.12.1"
pathdiff = "0.2.1"
# Temporary: Reference the latest git minor version of pathfinder_simd until it's published.
pathfinder_simd = "0.5.3"
pin-project-lite = "0.2.9"
postcard = "1.0.4"
predicates = "2.1.5"
@ -137,3 +139,6 @@ urlencoding = "2.1.2"
webbrowser = "0.8.7"
dhat = { version = "0.3.2" }
# Sync with the entries in turbo's Cargo.toml
[patch.crates-io]
pathfinder_simd = { git = "https://github.com/servo/pathfinder", rev = "30419d" }

View file

@ -116,7 +116,7 @@ turbopack-binding = { workspace = true, features = [
] }
# wasi-only dependencies.
[target.wasm32-wasi-preview1-threads.dependencies]
[target.wasm32-wasip1-threads.dependencies]
# this requires tokio_unstable currently.
tokio = { workspace = true, features = ["full"] }

View file

@ -1,4 +1,4 @@
use std::{convert::TryFrom, path::PathBuf};
use std::path::PathBuf;
use anyhow::Context;
use napi::bindgen_prelude::*;

View file

@ -1,5 +1,3 @@
// TODO(alexkirsz) Remove once the diagnostic is fixed.
#![allow(rustc::untranslatable_diagnostic_trivial)]
#![feature(async_closure)]
#![feature(str_split_remainder)]
#![feature(impl_trait_in_assoc_type)]

View file

@ -1,5 +1,3 @@
use core::result::Result::Ok;
use anyhow::Result;
use indexmap::IndexMap;
use turbo_tasks::{Value, Vc};

View file

@ -85,7 +85,6 @@ pub struct NextConfig {
pub output: Option<OutputType>,
pub analytics_id: Option<String>,
///
#[serde(rename = "_originalRedirects")]
pub original_redirects: Option<Vec<Redirect>>,
@ -864,10 +863,8 @@ impl NextConfig {
"{}/_next/",
if let Some(asset_prefix) = &this.asset_prefix {
asset_prefix
} else if let Some(base_path) = &this.base_path {
base_path
} else {
""
this.base_path.as_ref().map_or("", |b| b.as_str())
}
.trim_end_matches('/')
))))

View file

@ -111,7 +111,7 @@ pub struct TransformOptions {
pub optimize_server_react: Option<crate::transforms::optimize_server_react::Config>,
}
pub fn custom_before_pass<'a, C: Comments + 'a>(
pub fn custom_before_pass<'a, C>(
cm: Arc<SourceMap>,
file: Arc<SourceFile>,
opts: &'a TransformOptions,
@ -120,7 +120,7 @@ pub fn custom_before_pass<'a, C: Comments + 'a>(
unresolved_mark: Mark,
) -> impl Fold + 'a
where
C: Clone,
C: Clone + Comments + 'a,
{
#[cfg(target_arch = "wasm32")]
let relay_plugin = noop();

View file

@ -26,8 +26,6 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
*/
// TODO(alexkirsz) Remove once the diagnostic is fixed.
#![allow(rustc::untranslatable_diagnostic_trivial)]
#![recursion_limit = "2048"]
#![deny(clippy::all)]
#![feature(box_patterns)]

View file

@ -13,12 +13,11 @@ impl<'a> Visit for FindFunctionsOutsideModuleScope<'a> {
noop_visit_type!();
fn visit_ident(&mut self, ident: &Ident) {
if self.state.font_functions.get(&ident.to_id()).is_some()
&& self
if self.state.font_functions.contains_key(&ident.to_id())
&& !self
.state
.font_functions_in_allowed_scope
.get(&ident.span.lo)
.is_none()
.contains(&ident.span.lo)
{
HANDLER.with(|handler| {
handler

View file

@ -16,7 +16,7 @@ use turbopack_binding::swc::core::{
},
ecma::transforms::base::pass::noop,
};
use wasm_bindgen::{prelude::*, JsCast};
use wasm_bindgen::prelude::*;
use wasm_bindgen_futures::future_to_promise;
pub mod mdx;

View file

@ -9,7 +9,7 @@
"build-native-no-plugin": "napi build --platform -p next-swc-napi --cargo-cwd ../../ --cargo-name next_swc_napi --features image-webp --js false native",
"build-native-no-plugin-woa": "napi build --platform -p next-swc-napi --cargo-cwd ../../ --cargo-name next_swc_napi --cargo-flags=--no-default-features --features image-webp --js false native",
"build-native-no-plugin-woa-release": "napi build --platform -p next-swc-napi --cargo-cwd ../../ --cargo-name next_swc_napi --release --cargo-flags=--no-default-features --features image-webp,tracing/release_max_level_info --js false native",
"build-native-wasi": "npx --package=@napi-rs/cli@3.0.0-alpha.36 napi build --platform --target wasm32-wasi-preview1-threads -p next-swc-napi --cwd ../../ --output-dir packages/next-swc/native",
"build-native-wasi": "npx --package=@napi-rs/cli@3.0.0-alpha.45 napi build --platform --target wasm32-wasip1-threads -p next-swc-napi --cwd ../../ --output-dir packages/next-swc/native",
"build-wasm": "wasm-pack build crates/wasm --scope=next",
"cache-build-native": "echo $(ls native)",
"rust-check-fmt": "cd ../..; cargo fmt -- --check",
@ -28,7 +28,7 @@
"x86_64-unknown-linux-musl",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"wasm32-wasi-preview1-threads"
"wasm32-wasip1-threads"
]
}
},

View file

@ -1 +1 @@
nightly-2023-11-16
nightly-2024-04-03

View file

@ -68,7 +68,7 @@ fn main() {
let first_arg = args().nth(1).expect("Please provide a file name");
if let Ok(lines) = read_lines(first_arg) {
for json_to_parse in lines.flatten() {
for json_to_parse in lines.map_while(Result::ok) {
let v = match serde_json::from_str::<Vec<Value>>(&json_to_parse) {
Ok(v) => v
.into_iter()