artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x
https://artoolkitx.github.io/jsartoolkit5/examples/
Other
291 stars 69 forks source link

Unable to utilize wasm build #116

Closed luke-momentusresearch closed 1 year ago

luke-momentusresearch commented 1 year ago
artoolkit_wasm.js:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'buffer')
    at receiveInstance (artoolkit_wasm.js:1:42780)
    at artoolkit_wasm.js:1:873
    at Object.then (artoolkit.debug.js:125794:9)
    at artoolkit_wasm.js:1:807
receiveInstance @   artoolkit_wasm.js:1
(anonymous) @   artoolkit_wasm.js:1
then    @   artoolkit.debug.js:125794
(anonymous) @   artoolkit_wasm.js:1
Promise.then (async)        
Module.instantiateWasm  @   artoolkit_wasm.js:1
createWasm  @   artoolkit_wasm.js:1
(anonymous) @   artoolkit_wasm.js:1

Built using docker instructions as described here:

https://github.com/artoolkitx/jsartoolkit5/issues/113#issuecomment-1090654171

what can I do to resolve this?

Thanks!

luke-momentusresearch commented 1 year ago

follow the simple_image_wasm.html example