examples
examples copied to clipboard
Example implementations of IFC.js.
`RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #54 module="a" function="ba" error: function import requires a callable). Build with -s ASSERTIONS=1 for more info.` 
Please update wasm files in angular example in this folder : https://github.com/IFCjs/examples/tree/main/simple-angular/src/assets It doesn't work out of the box. The error message is related to these wasm files. I tested...
When I try to open a file, I've got an error : ``` ifc-manager.js:69 RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #52 module="a" function="$" error: function import requires a callable). Build with -s...
Line `3694` (`return Math.sqrt( this.distanceToSquare( v ) {`) should be removed from [IFCWorker.js](https://github.com/IFCjs/examples/blob/main/simple-vue/public/IFCjs/IFCWorker.js) in [simple-vue](https://github.com/IFCjs/examples/tree/main/simple-vue/public/IFCjs) example. Line is duplicate of `3696` and leaving open curly braces causing error on `serve`.
 
I'm trying to load a ifc-file in a vue project without using webworkers. The error message received can be seen below.  This is while running the simple vue example...