We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb677c commit 574036aCopy full SHA for 574036a
graalwasm/graalwasm-embed-c-code-guide/README.md
@@ -196,7 +196,7 @@ __attribute__((
196
```
197
198
This introduces an import in the resulting WebAssembly module.
199
-The import will try to pull a function named `java-increment` from the imported module `env`.
+The import will pull a function named `java-increment` from the imported module `env`.
200
Within our C code, this function will be available under the name `javaInc`.
201
We can update our `floyd` function to use `javaInc` like so:
202
0 commit comments