From 98b1e6a64e49bbec03dad679bcb716fd79dc13e1 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Sat, 9 May 2020 02:44:23 +0200 Subject: Remove C API tracing (#2841) This feature was very useful in the early days of the C API, but has not shown usefuless for quite a while, and has a significant maintenance burden, so it it's makes sense to remove it now. --- src/js/binaryen.js-post.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/js/binaryen.js-post.js') diff --git a/src/js/binaryen.js-post.js b/src/js/binaryen.js-post.js index 3bc0fa4a3..75d6bf401 100644 --- a/src/js/binaryen.js-post.js +++ b/src/js/binaryen.js-post.js @@ -3056,11 +3056,6 @@ Module['setOneCallerInlineMaxSize'] = function(size) { Module['_BinaryenSetOneCallerInlineMaxSize'](size); }; -// Enables or disables C-API tracing -Module['setAPITracing'] = function(on) { - return Module['_BinaryenSetAPITracing'](on); -}; - // Additional customizations Module['exit'] = function(status) { -- cgit v1.2.3