diff options
Diffstat (limited to 'wasm2c/examples/fac/main.c')
-rw-r--r-- | wasm2c/examples/fac/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wasm2c/examples/fac/main.c b/wasm2c/examples/fac/main.c index 30bf5d0a..37593f6e 100644 --- a/wasm2c/examples/fac/main.c +++ b/wasm2c/examples/fac/main.c @@ -17,10 +17,6 @@ int main(int argc, char** argv) { /* Initialize the Wasm runtime. */ wasm_rt_init(); - /* Initialize the `fac` module (this registers the module's function types in - * a global data structure) */ - Z_fac_init_module(); - /* Declare an instance of the `fac` module. */ Z_fac_instance_t instance; |