-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Build-monoos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
Description
A object detection sample project using the ONNX runtime as WASM static library is running well using NET7.0 but fails on NET8.0rc with the following error chain:
``
await createEmscripten(module);
..
mono_download_assets();
...
}).catch(err => {
loaderHelpers.err("Error in mono_download_assets: " + err);
mono_exit(1, err);
throw err;
});
``
The error comes obviously from the inclusion of the ONNX rumtime.
Reproduction Steps
Clone the repository WASMObjectDetector
Run the WASMObjectDetector7 sample
Run the WASMObjectDetector8 sample
Expected behavior
WASMObjectDetector8 sample working as well.
Actual behavior
WASMObjectDetector8 sample -> failing with "Error in mono_download_assets"
Regression?
working on NET7.0
Known Workarounds
none
Configuration
VS Version 17.8.0 Preview 3.0
NET7.0 SDK 7.0.402
NET8.0rc2 SDK 8.0.100-rc.2.23502.2
Other information
No response
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-Build-monoos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm