Skip to content

feat: add wasm2c gen code #13

feat: add wasm2c gen code

feat: add wasm2c gen code #13

Triggered via push November 4, 2024 11:26
Status Success
Total duration 27m 58s
Billable time 36m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 14 warnings
build-ios
fatal error: module 'RCTDeprecation' in AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/1W9L0XLZFA9D1/RCTDeprecation-36HAIXPFW3HDE.pcm' (imported by AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ReactNativeRapierExample-dsqcopwjsqmvbjehfqxmhrhjqchf/Build/Intermediates.noindex/PrecompiledHeaders/ReactTestApp-Bridging-Header-swift_RQ6OFCZO7K4J-clang_1W9L0XLZFA9D1.pch') is not defined in any loaded module map file; maybe you need to load '/Users/runner/work/react-native-rapier/react-native-rapier/example/node_modules/.generated/ios/../../../ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap'?
build-ios
fatal error: module 'RCTDeprecation' in AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/1TKREUJZXP3QM/RCTDeprecation-36HAIXPFW3HDE.pcm' (imported by AST file '/Users/runner/Library/Developer/Xcode/DerivedData/ReactNativeRapierExample-dsqcopwjsqmvbjehfqxmhrhjqchf/Build/Intermediates.noindex/PrecompiledHeaders/ReactTestApp-Bridging-Header-swift_342PK8SOJADKD-clang_1TKREUJZXP3QM.pch') is not defined in any loaded module map file; maybe you need to load '/Users/runner/work/react-native-rapier/react-native-rapier/example/node_modules/.generated/ios/../../../ios/Pods/Headers/Public/RCTDeprecation/RCTDeprecation.modulemap'?
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-library
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-ios
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-ios: cpp/wasm-rt-impl.c#L161
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
build-ios: cpp/gen/rapier3d.c#L672318
unused variable 'var_l3' [-Wunused-variable]
build-ios: cpp/gen/rapier3d.c#L205
unused function 'i64_load8_s' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L209
unused function 'i64_load16_s' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L212
unused function 'i64_load32_s' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L220
unused function 'i64_store8' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L221
unused function 'i64_store16' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L468
unused function 'wasm_ceil' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L482
unused function 'wasm_trunc' [-Wunused-function]
build-ios: cpp/gen/rapier3d.c#L496
unused function 'wasm_nearbyintf' [-Wunused-function]