From 0213053856148379992212b189390f222c6cb460 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 23 Jul 2018 14:13:12 -0400 Subject: Remove handlers crate target. - Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler. --- src/reply.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/reply.h') diff --git a/src/reply.h b/src/reply.h index 4b16204da..8815abd52 100644 --- a/src/reply.h +++ b/src/reply.h @@ -12,16 +12,6 @@ #include "deno.h" extern "C" { - -void deno_reply_null(Deno* d, uint32_t cmd_id); -void deno_reply_error(Deno* d, uint32_t cmd_id, const char* error_msg); - -void deno_reply_start(Deno* d, uint32_t cmd_id, int argc, char* argv[], - char* cwd); -void deno_reply_code_fetch(Deno* d, uint32_t cmd_id, const char* module_name, - const char* filename, const char* source_code, - const char* output_code); - // Parse incoming messages with C++ Flatbuffers, call into rust handlers. void deno_handle_msg_from_js(Deno* d, deno_buf buf); } -- cgit v1.2.3