swc/node-swc
OJ Kwon 56bdacc72d
feat(plugin/runner): Update wasmer to v3 (#7197)
**Description:**

This PR reattempts https://github.com/swc-project/swc/pull/5456.

Most of the changes are for the breaking changes of wasmer@3, as well as enabling rkyv's strict mode (https://github.com/swc-project/swc/pull/6922). This could not be seperated since wasmer@3 enables strict mode by default without a way to turn it off.

There are a couple of changes worth noting:

- Disabling in-memory module lookup: https://github.com/swc-project/swc/pull/7197/files#diff-3bda5def6ce2b7553c3b3a5ad241c0bdb7021e67b7de1e594df4cd5a54d403b3R154-R159
- Disabling plugin_runner in bindings_wasm: https://github.com/swc-project/swc/pull/7197/files#diff-dc3ded556a1fd709a129acd588e5eda651b842c6acc3f5340d40088a1f927facR310-R312
- Skipping plugin compat test: https://github.com/swc-project/swc/pull/7197/files#diff-531197dfcefba05faca53f0cf442ecc2dc6b59d5ead01979f5ffb912aa36249aR64-R66
2023-04-10 03:40:25 +00:00
..
__tests__ feat(es/helpers): Use named export and unify import path (#7182) 2023-04-04 03:05:47 +00:00
benches chore(es/minifier): Add full benchmark for .minify() (#4341) 2022-04-15 22:31:15 +00:00
e2e feat(plugin/runner): Update wasmer to v3 (#7197) 2023-04-10 03:40:25 +00:00
src fix(es/helpers): Use snake_case for helpers (#7147) 2023-03-31 15:15:21 +09:00
tests fix(es/loader): Fix jsc.paths on windows (#4739) 2022-05-22 20:12:22 +00:00
.gitignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
.npmignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
jest.config.js chore(ci): Skip plugin e2e tests for unsupported targets (#5203) 2022-07-14 16:38:54 +09:00