Docs.rs
arcane-engine-0.5.0
arcane-engine 0.5.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jsvd
Dependencies
anyhow ^1
normal
bytemuck ^1
normal
optional
deno_ast =0.53.0
normal
deno_core =0.385.0
normal
deno_error =0.7.3
normal
env_logger ^0.11
normal
optional
image ^0.25
normal
optional
log ^0.4
normal
optional
notify ^7
normal
optional
notify-debouncer-mini ^0.5
normal
optional
pollster ^0.4
normal
optional
rodio ^0.20
normal
optional
tiny_http ^0.12
normal
optional
tokio ^1
normal
wgpu ^24
normal
optional
winit ^0.30
normal
optional
tempfile ^3
dev
Versions
26.76%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module scripting
arcane_
engine
0.5.0
Module scripting
Module Items
Modules
Structs
Functions
In crate arcane_
engine
arcane_engine
Module
scripting
Copy item path
Source
Modules
§
physics_
ops
render_
ops
Structs
§
Arcane
Runtime
Wraps a
deno_core::JsRuntime
configured with our TypeScript module loader.
Import
Map
Import map for resolving bare specifiers to file paths
Test
Result
Result of a single test case.
Test
Summary
Summary of a test file run.
TsModule
Loader
Loads
.ts
and
.js
files from the filesystem with import map support. TypeScript files are transpiled via
deno_ast
(type stripping). JavaScript files pass through unchanged.
Functions
§
run_
test_
file
Run a single
.test.ts
file in V8 and collect results.