Skip to content

Commit 1c902c4

Browse files
authored
Update develop_plugin_cpp.md (#158)
Signed-off-by: Young Yee <49367723+YoungY620@users.noreply.github.com>
1 parent b297fb4 commit 1c902c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/contribute/plugin/develop_plugin_cpp.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To create a plug-in with host functions and modules, follow these steps:
6262
```cpp
6363
#pragma once
6464

65-
#include "plug-in/plug-in.h"
65+
#include "plugin/plugin.h"
6666

6767
#include <cstdint>
6868
#include <string>
@@ -228,9 +228,6 @@ To build the plug-in shared library, developers should build in CMake with the W
228228
```cmake
229229
wasmedge_add_library(wasmedgePluginTest
230230
SHARED
231-
env.cpp
232-
func.cpp
233-
module.cpp
234231
testplugin.cpp
235232
)
236233

0 commit comments

Comments
 (0)