Skip to content

Commit de73cd4

Browse files
committed
Fix whitelist + bump version
1 parent 8d58c80 commit de73cd4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["@rscarson"]
44
description = "Effortless JS Integration for Rust"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
7-
version = "0.11.0"
7+
version = "0.12.0"
88
repository = "https://github.com/rscarson/rustyscript"
99

1010
keywords = ["rust", "javascript", "deno", "runtime", "embedding"]

src/op_whitelist.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ export const whitelist = {
1818
// All core ops MUST preserve the sandbox
1919
//
2020

21+
"op_structured_clone": "Harmless",
2122
"op_import_sync": "Harmless",
2223
"op_get_extras_binding_object": "Harmless",
23-
24+
2425
"op_leak_tracing_get": "Harmless",
2526
"op_leak_tracing_get_all": "Harmless",
2627
"op_leak_tracing_submit": "Harmless",

0 commit comments

Comments
 (0)