A WASM based simulation backend for Torii
Project description
Torii WASM Simulation Engine
This package provides a WASM Simulation engine backend based on wasmtime for Torii.
The WASM simulation engine provides faster simulation for huge designs at the cost of initial spool up time for the runtime, as such, it does not make much sense to enable it for lots of smaller simulation tests.
Here are some examples from the SOL Test Suite:
| Test Name | PySIM | WASM |
|---|---|---|
SPIRegisterInterfaceTest.test_aborted_write_behavior |
0.095 | 0.574 |
USBAnalyzerOverflowTest.test_fast_traffic |
183.509 | 83.142 |
USBAnalyzerTest.test_overrun |
0.926 | 2.835 |
TestHyperRAMInterface.test_register_read |
0.129 | 0.095 |
TestHyperRAMInterface.test_register_write |
0.023 | 0.048 |
USBAnalyzerTest.test_short_packet |
0.358 | 0.431 |
USBAnalyzerStackTest.test_simple_analysis |
0.407 | 0.452 |
USBAnalyzerTest.test_single_packet |
0.338 | 0.430 |
SPIDeviceInterfaceTest.test_spi_interface |
0.017 | 0.088 |
SPIDeviceInterfaceTest.test_spi_transmit_second_word |
0.016 | 0.083 |
SPIRegisterInterfaceTest.test_undefined_read_behavior |
0.041 | 0.277 |
SPIRegisterInterfaceTest.test_write_behavior |
0.075 | 0.378 |
As you can see, the WASM overhead makes the smaller tests a bit slower, but that overhead is acceptable for much larger tests.
For a simulation test suite that hard a handful or large along running tests in combination with many smaller tests, this overhead is amortized by the speed increase for the very large tests. In the case of SOL this is a runtime of 83.768 seconds with the WASM backend vs 188.070 seconds with PySIM.
There are still many improvements that can be made within the implementation of both the way the Torii simulation interface works and the WASM backend itself, but even as it stands the speed up is considerable.
Usage and Installation
Below is a very rough quick-start, the more detailed and in-depth usage and installation instructions live in the Torii Documentation.
These instructions assume you already have installed Torii.
Installation
$ pip install torii-sim-wasm
It is important to note, that this package ships as a native module, and might not be built for your platform. If you think it should be supported, please file a report in the issue tracker.
You can also build the package from source using the sdist, you will need a Rust toolchain set up in order to do so.
Usage
To use the WASM runtime, import WASMSimEngine and pass it as the engine parameter to the Torii Simulator, like below.
from torii_sim_wasm import WASMSimEngine
sim = Simulator(module, engine = WASMSimEngine)
That is all that you need to do to enable the WASM backend.
Community
The two primary community spots for Torii are the #torii IRC channel on libera.chat (irc.libera.chat:6697) which you can join via your favorite IRC client or the web chat, and the discussion forum on GitHub.
Please do join and share your projects using Torii, ask questions, get help with problems, or discuss Torii's development.
Reporting Issues and Requesting Features
The reporting of bugs and suggestion of features are done GitHub via the issue tracker, there are pre-defined templates for both of them that will walk you though all the information you need to provide.
Be sure to read the reporting issues or the suggesting features sections of the Contribution Guidelines as appropriate as they go into more important details on the finer points.
License
The Torii WASM simulation engine is released under the BSD-2-Clause, the full text of which can be found in the LICENSE file in the root of the git repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file torii_sim_wasm-0.1.0.tar.gz.
File metadata
- Download URL: torii_sim_wasm-0.1.0.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b0e98f86f97b34a60d554e9a3d545dc4afc7d99469cc3cc0c1e4237b54e73fd
|
|
| MD5 |
3cc58a2469d1c79040cc4dfaf96171fd
|
|
| BLAKE2b-256 |
82e6fc52aaed590209d91197ee2dabaea26700bb6a068aa3c609aaa6e27e7ece
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 7.7 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2fbf34cf2e75cacc8e412cd3bf8b931dc566652cd77bf3b9078fb0bd8a63337
|
|
| MD5 |
691c8af6ea0326d1c3c65d76feeeffb4
|
|
| BLAKE2b-256 |
8056eaeb61b320b1119c87da3e02ad8d84e562f36295cca18fae6214204058f0
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 7.7 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df3c9c9f5df65b1cf3d9ba9c2fc91c0257edeba3d19014bb6ca483ae71aa940
|
|
| MD5 |
ce6c9c17e0524e02892d9e6b869520a0
|
|
| BLAKE2b-256 |
b711a89fab9b696095bab29d8bba6204a697c8257ba3c26b5fd41809fc579062
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 7.6 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16dddbf0f4f6510afdbc6fe7e1c65506a42a6f5974f031b2577de7cdedd53687
|
|
| MD5 |
251cbd263e060c5c3df605dc0c66306d
|
|
| BLAKE2b-256 |
66d882a6b9c8449cb40964ef671ec74b541e6c6a2e9364e21f43084840e94cdf
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 7.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63381d4a0a0171c948dfdfe152db3e5e375eb610180b79e36c1dd5ad53947d2f
|
|
| MD5 |
d21e9593ce7945a25498ec88f497196d
|
|
| BLAKE2b-256 |
b6b5e530f098fa8ef3e4ee03a39dd163abd1a3c22a6dc8e432154bd6d4fc99bd
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 7.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb472044e8444c43d11cf73d07ed649fb3057584ebee39c6c49ec97b6f14b934
|
|
| MD5 |
2775f53c3906cffcd77b452200fc3ab6
|
|
| BLAKE2b-256 |
e20aa25c55ea0873c5a0105f41fe802b8026df7805f4928fda64ed13a3994b9e
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 8.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
deab06353693cc6606ec4894488d71bfd983468f4439bb4479fd856035b5829b
|
|
| MD5 |
47da2e132f3e563e84ee53e979d4849c
|
|
| BLAKE2b-256 |
412bd4e5e5b1687cbb6eacab01e618d1da3cd00e43271ea0c77ce2d1eb77181f
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 7.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f36be008e0096f8b92c99167317e90f4b462e0f4fd89127103394ee01c889b95
|
|
| MD5 |
562b3c1f4d536a94f5e9326fce522c87
|
|
| BLAKE2b-256 |
52d395619adfcdda2d1a29cc8cd8241cc82f8d9ee820eb908d1f296e2e7f3e76
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 7.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70edecc3627cebbedf45ecc58f7da7d140c8ac6ea7eff3df97a2e489d44631fb
|
|
| MD5 |
25f8f6c02f380ed68da3ddb9d740500f
|
|
| BLAKE2b-256 |
ab0ead74a66280da17406cf0b92ecfa4577c76e28894593497ff1940caee4dda
|
File details
Details for the file torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 7.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5a4546fbfa32a3a99244ef4048961a70b8cd0c043106315b7627966e6cb502c
|
|
| MD5 |
635efa0179ea97957b0a4388f1eecdd0
|
|
| BLAKE2b-256 |
7e6fca262ec6354fdd0a394aab5afb0702f77869ec1cca8b438b6161abca0b69
|
File details
Details for the file torii_sim_wasm-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 7.5 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efb1382e2d8bb9cd97ceb332e124c720d984299d9d6f4011e7c9c98daef4d759
|
|
| MD5 |
a16f1fee3215c1744959a93248a6e856
|
|
| BLAKE2b-256 |
04197df45e3401e05c52f3e684f7b9cfe243f418e8a464cc5c48c5e273cdd863
|
File details
Details for the file torii_sim_wasm-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 7.9 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c547dc4996cae05bdb39706243f789e0afbf0643e1d134b3117e4645fd7efbd9
|
|
| MD5 |
b70947e0340f286e184e98a3e3190b6d
|
|
| BLAKE2b-256 |
88b40897975ac6f94b972118db8e9c07d09cfbd97f48b1c1883655ce8687b19e
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
328fd92d4bb98839e6ad377af51fdc333e5d1e2c791986d503ed06ca29212b85
|
|
| MD5 |
4b9d1374c46cb0aae2ca31d117d28725
|
|
| BLAKE2b-256 |
3bfacaeed87afe389e16bf3b11243e400eb0b5bba73aeacb7666737a8f1cd968
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e59226aea7bafc0073c4ee9b490f8740456b50b0acb7bb63eb63af8a6b32837f
|
|
| MD5 |
2be0fd03e8fdce52dd26e9da877cf9ba
|
|
| BLAKE2b-256 |
1159be301752255151c638d3fac951377256d6b5c14bfe3a23120bd632ffa3de
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 7.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ced13d5cd5e3aa6cd57f09c94e69b4e2655d45fd6b40b6af7ef747038724549
|
|
| MD5 |
f1bcb64df90ce21c7e1f9a97e4bcff8b
|
|
| BLAKE2b-256 |
6f315b528a6eb1e9e6156c60a82aa837654ace2bac4223000565b63b65a4ff57
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 7.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55ef056b5eced27ea4c0e91b31fe08f2517176f7974d35f0df946423a609979c
|
|
| MD5 |
73cd5b89a166d7491c8851548567612a
|
|
| BLAKE2b-256 |
7b7d1abb33783a8002037812b0bc04f7a8b583d6a5efc1a7f2df82b81989cbeb
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42c6af69aa8545c08229ec9083c5e8c32c51d9922437e74346afef466d9998ab
|
|
| MD5 |
70cd23c2e2783ab3f8f9345fcf8fb8cf
|
|
| BLAKE2b-256 |
54503d87bb47993c5684cae781c5b79cb9d31fac6dfc8209e0a2e8b6b8eb376c
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 7.3 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a480cfcd555bc66f0cb3d75f0154214c34c95ea1b742b263b2e432c21ad8a25
|
|
| MD5 |
b369f42072758bc48c0dae364c400d74
|
|
| BLAKE2b-256 |
d6c8d3e915732ef0096a177b30a93410b72d55bc45ddde1c5148158a13cc5869
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 7.1 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acefef75e09c597c92e96e935d9632b43f0816dae9f5f571986e73eee883a56f
|
|
| MD5 |
cf48e4600869d1eabfba864c1849289d
|
|
| BLAKE2b-256 |
61851a1d52b5d7b21cd7a629823a14064808af2082d73bc772aa2351d4289045
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd531ef49a33a332aea55d7c3dc37f72c66c8ff87d4ca74dc4ae2fdad3dcd8a7
|
|
| MD5 |
37ab163074ffd99a99218e0e850715d1
|
|
| BLAKE2b-256 |
4ddf1b3dd698619acd97a8b5228a9951af6478b10d04956c9a20d5553db1018d
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53a001f93d070ccb413de5d9445ea1537f54bb663b1503c2ebee8373602eaa33
|
|
| MD5 |
243b5b7a8e107e93ac25dac9e8a6b729
|
|
| BLAKE2b-256 |
e0b735d75995662ba5647a3bad7e9759d1bcbfdcb445ec6ddec1daa61338932e
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1097d3db3070d74bc7a93d85e40ceca46db6cc5d68e998bf121cc40902603da5
|
|
| MD5 |
148270ff8da72a24edc636fcf4ec3f7d
|
|
| BLAKE2b-256 |
8e3e3e7b0c315426e18dcd24bdabb579472d2b05a3539ee5e1b5fa6759f8f2bf
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 7.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
340b7e46351008128fc4b930915848b8d7eec8cee443a93bf48f555215566e78
|
|
| MD5 |
5630abc9769196a622f143b2464eb598
|
|
| BLAKE2b-256 |
1b66e62c0df0204aecfc847e2b52d07900cac7912cd27f81c5737a5cabc0fa72
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 7.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
405c7f805a33909cb50aa0b7fb41a5ca4a16c5c65a0e78e282928db2614374c5
|
|
| MD5 |
9b5e15a49a7a51b73ca331033c1de425
|
|
| BLAKE2b-256 |
e95cac820ab6a00013d3077831cfc2666568e3b711e2b6749d07519785c4cb31
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 7.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cce466b43662a3aa1328efcea93e0a15e7bc660e73a3091a203d8f873d17d1e
|
|
| MD5 |
9a47ea8243a18b489279c8a229f825ac
|
|
| BLAKE2b-256 |
9d2917b603f157b5c24763a9361ba5197b5372813b9b9f6448b31f0962578de0
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd949847819b459bd89d09677ee224dc36ba6820e2eb9e7d9e43037b44e5b806
|
|
| MD5 |
4d8d474764cadfaf894a5d81c1c9687e
|
|
| BLAKE2b-256 |
42d589149592e5ecb22500eed213f86bdf726423717eab05e0fbe6d868d24e2c
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 7.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f68e94919fa73dc891bf5c9287f6cd80f1919a234542c1a4192e03b27e454026
|
|
| MD5 |
f7cfb7f2b0500cd844abd86d2b71af32
|
|
| BLAKE2b-256 |
4eb446768a5379b060900d458e383db8e2e725f0c6283e5a06a6ba16bab9fcad
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 7.3 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3fa0e07f49d02148a2abd45187175f1bd2026f8db659eeea0144d00cb06bb2e
|
|
| MD5 |
52f1d2c56fba711a5e97a8e091da413b
|
|
| BLAKE2b-256 |
f6e04848ad4c32adbebcf5f5b3e2197840a3fb18d42bb2ce8d3e323b27b78541
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 7.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1196b1f628d0b7a0aaa54aa94d512e214f68adcaa09b8c3448f63aeb5373ead5
|
|
| MD5 |
91d21512f3eaf325081e1fa6b3bd7f3f
|
|
| BLAKE2b-256 |
254c2fd68c9db7afc9b787b6a6246d0e4b179b7dc7ace068edf81a7d63cb7e31
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 6.5 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab5f9bede066411719b999fd64b93454b258ad3e977c31c22eb84cb400d7152
|
|
| MD5 |
918d73518cd7d30062b11a3158cad3c7
|
|
| BLAKE2b-256 |
802777bbaaf1b9ed851035eeae96b52e1514484a3b82eea70b80f4070ad204e8
|
File details
Details for the file torii_sim_wasm-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b38e701cfe855149e627b18093de538a6d027775d17fa180029b9a88743f17
|
|
| MD5 |
1d9f84893aac312658590cbf7f1916d4
|
|
| BLAKE2b-256 |
ef5e4aa8339232d170cddf7053ae01c7ee49cd9efe333438de62829707082bb6
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
141d9fc0b86098967f6c5cb42c476c56703f7a36c704d7b5506e67338e9a8ac4
|
|
| MD5 |
780085c4cc928c6c70d08641804a39e6
|
|
| BLAKE2b-256 |
faf1718aebcf90d402c557c59be5a9ddfb3cbb375567b658e664ff0963e5b3d2
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a5bf3432dd0586e386dfda3696170128f40320800165e6e6af81d98084848f1
|
|
| MD5 |
813614bcb38aba1fa6905bf9dc7553e2
|
|
| BLAKE2b-256 |
7e1d03a0312384cc9aff83d592757004b05b8b9ca0fe6ba70199c55a367a5c44
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05699ff7c4c39e4c1dbfddc2169e0a63e899e35b6bd9831af20070d28dedb009
|
|
| MD5 |
e821c161aac5b1555ac5d2c5bd599e0d
|
|
| BLAKE2b-256 |
27d6b4f82a7dd549681ad5588d2df382676e4700c664abe21e05ad20cbc90e9c
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 7.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36248c663445f09ad7a134da4c6b10fcd8420e8e423e2b04d364629e868409fa
|
|
| MD5 |
9d11d81ff7aa65b76582a56e048af604
|
|
| BLAKE2b-256 |
5e5bf6324f0391c619a30a3dad3020b697978b103b234bf30ca461a946cddce5
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 7.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f639b5c3b48fad9528d93ee42fd2eec73809ab3846d0ff0630fdc7944f39d47
|
|
| MD5 |
3e4fbd22f931f78b86447b4ef23e32db
|
|
| BLAKE2b-256 |
b19be0de1030110f5697417506b82b65c144b4bdb4a6ccd8ec3d8224169d5752
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 7.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
907c4c83fae1c5b28f26383d9b4152f43c15df81b9546f400034388e3c078861
|
|
| MD5 |
040e30bd956f42f6df8c7f103dab2e27
|
|
| BLAKE2b-256 |
7df8c521be9c71d486679a6e8b54fb93391104ee4f80c3f6c46177012eb010e5
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87d20a29ae81ffa711f036a318853a0bf4b556a4ba4fe5784322e67a71e0fcb5
|
|
| MD5 |
d393d20a8bf2bcd8aa194cd845d21cab
|
|
| BLAKE2b-256 |
ee279ffd7c99be41ffeb630f80cd35dcf0ee62311115bf3fcf93b522c4c85717
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 7.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
352775fe7c7224a64e90c0fa87093fb1ade707db8efd14f014483790ff6ab1b9
|
|
| MD5 |
44b32056f9e29667cec4716b96d6d2ff
|
|
| BLAKE2b-256 |
016ffffb14f2574a432b905586197aa2d1319180d40cfeb698136b0c2c28330d
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 7.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53b2e27118b8e4bed1813aeb71c0bdd8523f4190283a565532aa1e294b23b30f
|
|
| MD5 |
87f9351a7a64902bde8c78c7d66325ec
|
|
| BLAKE2b-256 |
258ea33c541802c2c3c29d3b01bf556908ce018bc72b52e20c1366b7cdf1a952
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 7.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0adee9f35b9795ac551c35daa6e74e336eddd24b74bc46f5e9c46c2afa621dea
|
|
| MD5 |
76b7cba2d2c23526ec70a148ea193d67
|
|
| BLAKE2b-256 |
61d7292a5d1cdb86c889e439ee409497cee2d5eeed81d16ef599b4965059fc60
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 6.5 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
352a4eb31984ef8f2c9a1e13fabcda934b12d1198ca057443a7927ea10e71a31
|
|
| MD5 |
b73db0ee1fdaa3057e91e5957b95c6d3
|
|
| BLAKE2b-256 |
4ddea5826ff97fa358d5b216fae00fc862f60ceb71f2a25e1ea25afd772cd9c6
|
File details
Details for the file torii_sim_wasm-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5a36266d9c05a004ced4d81980844bb26c6455cad25791857a91cc7b650ca25
|
|
| MD5 |
0dc7e83875856f351662a7883fd34729
|
|
| BLAKE2b-256 |
60fc37a36e393aa79f0938218808532fe7353ac4b4d19730f4f450093d1ba215
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 5.9 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4357d5a166d8241a8cd993f8db35c3da7bf11c0a8974b33c37c9070154a39f70
|
|
| MD5 |
cb27d9cb988e88ec3e83c18a36d52872
|
|
| BLAKE2b-256 |
93d586ab207b24ee53e78cf9870e977abe0b41f843f5806139865617f00899dd
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-win32.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-win32.whl
- Upload date:
- Size: 5.4 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fff2ef9ea7d291c52ca8c95faaf8f5fe2f86a8a74e4bfdcf9a7f8f59fc001f
|
|
| MD5 |
240f0c5058f3eb7dabb0dfbd1ad3dbb3
|
|
| BLAKE2b-256 |
59fc13f184819ec8a0fcacf206cca8db95fef65f6d5adcb0c7281f8d0f877126
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b53faeabda4befa84e2bf549a1e5039fc8c30f399dc7569a2c412fa4387158b
|
|
| MD5 |
3aafe9dee9275ed40400835ddb7c9231
|
|
| BLAKE2b-256 |
d41e64f825b8943eb011b12f721a92f031c646837a1558a8b0077cd4349012aa
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 7.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c3ee758945ba19ecf133a3c6a95ad435327211141b186802269e4418d9a3ea
|
|
| MD5 |
8a18447dbe232eee0486700ce8ea59da
|
|
| BLAKE2b-256 |
1da91492890e8737db3094e7a21b783c150f753bddb03ac21511caab3c98fd6d
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 7.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57436b08e7be8f6b8ae6490ec53e848d2e6bb3311591ecaa153b2dc4798c31a2
|
|
| MD5 |
134fb98b0634778e1cff70fbb7a23bd4
|
|
| BLAKE2b-256 |
56f15f9dc8af1be73a4058c84e8b03c8a131669c0b6e540b4fae63ccf44e4d64
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 7.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
319dfd4757c187ede39309490b2f7b38c6d1c5c9fdaa130abd8b94c2ae9edbea
|
|
| MD5 |
42b9802e601d6d6772b3a542f82788b4
|
|
| BLAKE2b-256 |
5854370edc1e5bd9d0ac6a32ae9c2672a1bfab4cf374efce12cc4786d206735a
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 7.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53bf771beabb962bb253976503c68cbd9ad9e52c0bdb7c91dd15e7a8772a8315
|
|
| MD5 |
bf03adac474ca45db77737eca446523b
|
|
| BLAKE2b-256 |
85e9ee612553f6dcab1007ed186cfa30a799ca9d0e687b4ebbcca39b83678258
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c238c2e34f64d88e26c67d959052c99706819c97cd79536edc67357b93a3fcf
|
|
| MD5 |
7e628dfad6343507c978a4b328dea92b
|
|
| BLAKE2b-256 |
ca9476c0a56d720d2d3dcb6d865be1deedde3673d252894eeed087446b7df51e
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 7.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
696eb8f510c2a539b08e6b22e6ab4166925bd73a3e42d3bd31cf06500c9b18cc
|
|
| MD5 |
079f091824e3d7ddc290141c2caebc31
|
|
| BLAKE2b-256 |
3ee9e3db7bcf51f3cb9e5b32439d301bba7bd49de596740619453c6c5211350f
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 7.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a563ebd4c3bcac1e9101cfd198d4dce2999fdf5447003ba77a809259a2c92db
|
|
| MD5 |
9e1dea566c0453b25b2f0c7a2fa7438c
|
|
| BLAKE2b-256 |
96560019996bcc7dfcaad82f4f3523594ec7356e834abdf43e2d5a95d529acd1
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 7.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d3d6ab46be4c4fa9ddcfa44bb00e586181c31e5712d39c0afe986aca8fc94cf
|
|
| MD5 |
76667277edec746b943cea6f6214a5f6
|
|
| BLAKE2b-256 |
089059eff361acf1dce3c7b97c54e6e21748a7fc054465ad1a1c98b80345ee94
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 6.5 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd4d3d6828988bf7fae4cf605f58bb7cf41d685474ef8ad1ff572491cc362b40
|
|
| MD5 |
263d312905bca8f9c4a02b78080a48a8
|
|
| BLAKE2b-256 |
ce95c8e3c6a70111ecf5cca95b72ed1acda592a57c87baf5fc9ad74d1273177d
|
File details
Details for the file torii_sim_wasm-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: torii_sim_wasm-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 6.9 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65ba30f719ea97497e8be04a733cdbf3de7718940dab38aff126963c26376c49
|
|
| MD5 |
9d05ffcaf15fb7c3d2b1136be787452e
|
|
| BLAKE2b-256 |
3d051e0099042400c6abe931d6628b532fc9784ec3537f565d91853ea2a5a39e
|