Skip to content

Commit 29cacbb

Browse files
committed
bump StarlingMonkey to include wasi 0.2.3
Signed-off-by: karthik2804 <[email protected]>
1 parent 8e67356 commit 29cacbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

StarlingMonkey

Submodule StarlingMonkey updated 85 files

crates/spidermonkey-embedding-splicer/src/splice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use wasmparser::Operator;
1111

1212
use crate::*;
1313

14-
const WASI_VERSIONS: [&str; 3] = ["0.2.0", "0.2.1", "0.2.2"];
14+
const WASI_VERSIONS: [&str; 4] = ["0.2.0", "0.2.1", "0.2.2", "0.2.3"];
1515

1616
//
1717
// Parses the Spidermonkey binary into section data for reserialization

crates/spidermonkey-embedding-splicer/src/stub_wasi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use wit_parser::Resolve;
1515

1616
use crate::{parse_wit, Features};
1717

18-
const WASI_VERSIONS: [&str; 3] = ["0.2.0", "0.2.1", "0.2.2"];
18+
const WASI_VERSIONS: [&str; 4] = ["0.2.0", "0.2.1", "0.2.2", "0.2.3"];
1919

2020
fn stub_wasi_imports<StubFn>(
2121
module: &mut Module,

0 commit comments

Comments
 (0)