summaryrefslogtreecommitdiff
path: root/wasm2c/examples/rot13/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'wasm2c/examples/rot13/main.c')
-rw-r--r--wasm2c/examples/rot13/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wasm2c/examples/rot13/main.c b/wasm2c/examples/rot13/main.c
index 7348d005..d6517f39 100644
--- a/wasm2c/examples/rot13/main.c
+++ b/wasm2c/examples/rot13/main.c
@@ -53,9 +53,6 @@ int main(int argc, char** argv) {
/* Initialize the Wasm runtime. */
wasm_rt_init();
- /* Initialize the rot13 module. */
- Z_rot13_init_module();
-
/* Declare an instance of the `rot13` module. */
Z_rot13_instance_t rot13_instance;