https://github.com/toddtreece/wasm-conversion-poc
https://github.com/toddtreece/wasm-conversion-poc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toddtreece/wasm-conversion-poc
- Owner: toddtreece
- Created: 2024-11-07T14:26:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:33:18.000Z (over 1 year ago)
- Last Synced: 2025-09-13T14:58:43.492Z (10 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WASM Component Conversion Example
1. Install Rust via [rustup](https://rustup.rs/).
2. Install Node.js [Node.js](https://nodejs.org/).
3. `make run`
```
make run
Compiling wasi-runner v0.1.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
Running `target/debug/wasi-runner`
Load time: 7.255360815s
ConversionRequest {
uid: "123",
objects: [],
target-version: None,
}
ConversionResponse {
uid: "123",
status: Some(
StatusResult {
status: "Success",
message: "Converted successfully",
reason: "",
code: 0,
},
),
objects: [],
}
convert-objects execution time: 398.991µs
```