freebsd and WebComponents (status)

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
ko567
Moongazer
Moongazer
Posts: 13
Joined: 2019-09-18, 22:04

freebsd and WebComponents (status)

Unread post by ko567 » 2023-04-01, 13:13

I'm very happy to see the FreeBSD port back in circulation after its turbulent history.
I know the port's status is still beta, so is it useful for its development to post issues with websites related to WebComponents?

dbsoft
Project Contributor
Project Contributor
Posts: 407
Joined: 2020-02-21, 17:35

Re: freebsd and WebComponents (status)

Unread post by dbsoft » 2023-04-03, 05:03

ko567 wrote:
2023-04-01, 13:13
I know the port's status is still beta, so is it useful for its development to post issues with websites related to WebComponents?
Yes please post any issues related to FreeBSD or WebComponents.

User avatar
ko567
Moongazer
Moongazer
Posts: 13
Joined: 2019-09-18, 22:04

Re: freebsd and WebComponents (status)

Unread post by ko567 » 2023-04-03, 22:14

Ok, thanks. Here is an example.
Go to https://potassco.org/clingo/run/ with PM 32.1.0 for FreeBSD. You will see a small inset with

Code: Select all

Downloading...
Preparing... (0/1)
failed to asynchronously prepare wasm: CompileError: wasm validation error: at offset 27083: unrecognized opcode: c0
Aborted(CompileError: wasm validation error: at offset 27083: unrecognized opcode: c0)

User avatar
jobbautista9
Keeps coming back
Keeps coming back
Posts: 782
Joined: 2020-11-03, 06:47
Location: Philippines
Contact:

Re: freebsd and WebComponents (status)

Unread post by jobbautista9 » 2023-04-04, 03:06

Happens in Windows too. It's not related to WebComponents either; it's an error in WebAssembly.
Image

merry mimas

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

Mima avatar by 絵虎. Pixiv post: https://www.pixiv.net/en/artworks/15431817

Image

User avatar
ko567
Moongazer
Moongazer
Posts: 13
Joined: 2019-09-18, 22:04

Re: freebsd and WebComponents (status)

Unread post by ko567 » 2023-04-04, 22:40

Sorry, my understanding of all this stuff is somewhat limited :D . Is the following related to WebComponents?
https://discourse.julialang.org/
It says

Code: Select all

Unfortunately, your browser is unsupported. Please switch to a supported browser to view rich content, log in and reply.
The site certainly works fine with Firefox.

User avatar
adoxa
Fanatic
Fanatic
Posts: 153
Joined: 2019-03-16, 13:26

Re: freebsd and WebComponents (status)

Unread post by adoxa » 2023-04-05, 00:55

ko567 wrote:
2023-04-04, 22:40
Sorry, my understanding of all this stuff is somewhat limited :D . Is the following related to WebComponents?
https://discourse.julialang.org/
It is not. Here's a workaround using Modify HTTP Response.

User avatar
ko567
Moongazer
Moongazer
Posts: 13
Joined: 2019-09-18, 22:04

Re: freebsd and WebComponents (status)

Unread post by ko567 » 2023-04-07, 13:56

Great, thanks, it works!

Locked