Penner
Results
2
issues of
Penner
penner@xxx build % ./wamrc --target=aarch64 -o wasm.aot wasm.wasm [18:08:57:013 - 1DEF6D000]: warning: a module with WASI apis should be either a command or a reactor Create AoT compiler with: target:...
done
aot compiler
``` static JSClassID js_class_id_alloc = JS_CLASS_INIT_COUNT; /* a new class ID is allocated if *pclass_id != 0 */ JSClassID JS_NewClassID(JSClassID *pclass_id) { JSClassID class_id; #ifdef CONFIG_ATOMICS pthread_mutex_lock(&js_class_id_mutex); #endif class_id =...