hyperlight-sandbox-javascript-guest 0.4.0__tar.gz → 0.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/PKG-INFO +7 -1
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/hyperlight_sandbox_javascript_guest.egg-info/PKG-INFO +7 -1
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/javascript_guest/resources/js-sandbox.aot +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/javascript_guest/resources/js-sandbox.wasm +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/pyproject.toml +9 -1
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/README.md +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/hyperlight_sandbox_javascript_guest.egg-info/SOURCES.txt +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/hyperlight_sandbox_javascript_guest.egg-info/dependency_links.txt +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/hyperlight_sandbox_javascript_guest.egg-info/top_level.txt +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/javascript_guest/__init__.py +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/javascript_guest/path.py +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/javascript_guest/resources/__init__.py +0 -0
- {hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/setup.cfg +0 -0
{hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/PKG-INFO
RENAMED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperlight-sandbox-javascript-guest
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Packaged Hyperlight Wasm JavaScript guest exposed as javascript_guest.path
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
6
12
|
Requires-Python: >=3.10
|
|
7
13
|
Description-Content-Type: text/markdown
|
|
8
14
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperlight-sandbox-javascript-guest
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Packaged Hyperlight Wasm JavaScript guest exposed as javascript_guest.path
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
6
12
|
Requires-Python: >=3.10
|
|
7
13
|
Description-Content-Type: text/markdown
|
|
8
14
|
|
|
Binary file
|
|
Binary file
|
|
@@ -4,11 +4,19 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyperlight-sandbox-javascript-guest"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.5.0"
|
|
8
8
|
description = "Packaged Hyperlight Wasm JavaScript guest exposed as javascript_guest.path"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
requires-python = ">=3.10"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Programming Language :: Python :: 3",
|
|
14
|
+
"Programming Language :: Python :: 3.10",
|
|
15
|
+
"Programming Language :: Python :: 3.11",
|
|
16
|
+
"Programming Language :: Python :: 3.12",
|
|
17
|
+
"Programming Language :: Python :: 3.13",
|
|
18
|
+
"Programming Language :: Python :: 3.14",
|
|
19
|
+
]
|
|
12
20
|
|
|
13
21
|
[tool.setuptools]
|
|
14
22
|
packages = ["javascript_guest", "javascript_guest.resources"]
|
{hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperlight_sandbox_javascript_guest-0.4.0 → hyperlight_sandbox_javascript_guest-0.5.0}/setup.cfg
RENAMED
|
File without changes
|