WebAssembly and STEP

Hello Team,
I tried wasm successfully from samples.
But it uses only BREP library.
When I wanted to add STEP functionality, it was built successfully by emscripten, but browser cannot intantiate of wasm.

What could be a reason?

Thanks.
With respects, Eugene.

Kirill Gavrilov's picture

Would you like to share some error logs?

Eugene Zaliznyak's picture

I will put here some log from JS execution.

Eugene Zaliznyak's picture

Ah, looks everything okey. I think, I didn't update a file .js and it doesnt correspond to new wasm file.

Thank you, Kirill.