Code Monkey home page Code Monkey logo

Comments (5)

MikeRD03 avatar MikeRD03 commented on June 2, 2024 1

updated and working with 25.0.6! Thank you! MikeRD03

from files_3dmodelviewer.

kroko avatar kroko commented on June 2, 2024

I assume the error is observed only for STEP (and probably IFC, draco stuff & rhino), other standartish supported formats do load, correct?

from files_3dmodelviewer.

kroko avatar kroko commented on June 2, 2024

Installed Nextcloud via snap, can replicate.

It seems that the issue is that /snap/nextcloud/current/conf/mime.types does not hold WebAssembly MIME.

Can be traced upstream via https://github.com/nextcloud-snap/nextcloud-snap/blob/master/snap/snapcraft.yaml back to Apache source https://github.com/apache/httpd/blob/trunk/docs/conf/mime.types

To solve this issue the right way (IMHO 😄 ), please contribute to Apache - they should add wasm mime type and then wait till it populates down the chain to NC snap. All other ways are hacks.

httpd/docs/conf/mime.types

application/wasm wasm

A faster way might be adding

AddType application/wasm .wasm

to https://github.com/nextcloud-snap/nextcloud-snap/blob/master/src/apache/conf/httpd.conf#L187 as that is controlled by NC not Apache upstream.

The fastest way would be dropping Snap.

from files_3dmodelviewer.

kroko avatar kroko commented on June 2, 2024

@MikeRD03 did PR to NC snap repo, will see if/how fast it populates to you.

from files_3dmodelviewer.

kroko avatar kroko commented on June 2, 2024

@MikeRD03, please update to 25.0.6snap1 and check if WASM stuff works now. closing, if anything this can be reopened.
ref: nextcloud-snap/nextcloud-snap#2381 (comment)

from files_3dmodelviewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.