Docs.rs
jsexec-0.1.3
Platform
x86_64-apple-darwin
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
jsexec 0.1.3
run javascript console.log to result
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
2
items documented
0
out of
2
items with examples
Ø build duration
all releases: 1m 56s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
hjiayz/jsexec
0
1
0
crates.io
Dependencies
wasmer ^3.0.1
normal
wasmer-wasi ^3.0.1
normal
wasmer ^3.0.1
build
wasmer-compiler-cranelift ^3.0.1
build
Versions
0.1.7
(2022-11-29)
0.1.6
(2022-11-28)
0.1.5
(2022-11-28)
0.1.4
(2022-11-28)
0.1.3
(2022-11-28)
0.1.2
(2022-11-28)
0.1.1
(2022-11-28)
0.1.0
(2022-11-26)
Owners
use
jsexec
::
runjs
;
assert_eq!
(
runjs
(
"
console.log(
\"
hello
\"
)
"
)
.
unwrap
(
)
,
"
hello
\n
"
)
;