mangayomi-mirror/messages/rust_js.proto
kodjomoustapha a7773f9435 Added Many features
- Added boa_engine(for JS runtime) from Rust
- Added some method for Element and Document Wrappers
- Added some cool views to Player
- Refactor
2023-12-27 23:04:19 +01:00

9 lines
135 B
Protocol Buffer

syntax = "proto3";
package rust_js;
message ReadRequest {
string code_script = 1;
}
message ReadResponse {
string response = 1;
}