Marcus Better

Results 25 comments of Marcus Better

Just a note that the `nsswitch.conf` workaround may not work on recent systemd (from around 249), as the [`vpnc-script`](https://gitlab.com/openconnect/vpnc-scripts/-/blob/master/vpnc-script#L157) tries to run `systemd-resolve --status`, in addition to checking `nsswitch.conf`, but...

Digest authentication would also be useful, hopefully it can be added easily.

Ok, added to testsuite in https://github.com/WebAssembly/testsuite/pull/62

The Relaxed SIMD proposal is still in flux so there will be some changes down the line: * The FMS instructions have new names and operand order, but the spec...

Not sure if I should also run `./test/update-spec-tests.py` to add the new test cases, but those do not generally pass.

This should be fixed as of 1.0.32. The same features are enabled by default as in the native tools.

The issue was that `reference_types` requires `bulk_memory`, so you would have had to enable that one too. That should be fixed now (as of 1.0.32), both features are now enabled...

@keithw I'll bring the PR up to date with the latest changes in the spec. Here is the [testsuite bump PR](https://github.com/WebAssembly/testsuite/pull/63) for a start.

@keithw Seems there are a few unrelated test failures after pulling in the latest testsuite, eg some elem-type mismatches.