Skip to content

Commit

Permalink
Fix emcc invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 9, 2024
1 parent 5524e43 commit d6ed3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graalwasm/graalwasm-embed-c-code-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
<version>1.2.1</version>
<executions>
<execution>
<phase>generate-resources</phase>
<phase>process-resources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>emcc</executable>
<commandlineArgs>--no-entry -s EXPORTED_FUNCTIONS=_floyd -o
target/classes/com/example/floyd.wasm src/main/c/floyd.c
${project.build.outputDirectory}/com/example/floyd.wasm src/main/c/floyd.c
</commandlineArgs>
</configuration>
</execution>
Expand Down

0 comments on commit d6ed3c8

Please sign in to comment.