projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd96b6
)
bugfix: window compilation, this time with feeling
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Sat, 11 Mar 2023 00:41:28 +0000
(18:41 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Sat, 11 Mar 2023 00:41:28 +0000
(18:41 -0600)
compiler/src/wasm_runtime.c
patch
|
blob
|
history
diff --git
a/compiler/src/wasm_runtime.c
b/compiler/src/wasm_runtime.c
index faac4a4cee1685a9b93a85569a0a3cf9566c4ea3..78745a7e5c6dd31c81a4d642a9575c90d6f962d9 100644
(file)
--- a/
compiler/src/wasm_runtime.c
+++ b/
compiler/src/wasm_runtime.c
@@
-135,7
+135,7
@@
static WasmFuncDefinition** onyx_load_library(LinkLibraryContext *ctx, char *nam
LinkLibraryer library_load = locate_symbol_in_dynamic_library(ctx, name, library_load_name);
if (library_load == NULL) {
- printf("ERROR RESOLVING '%s'
: %s\n", library_load_name, dlerror()
);
+ printf("ERROR RESOLVING '%s'
\n", library_load_name
);
return NULL;
}