swc/crates/swc_plugin_runner
OJ Kwon 8209594a8c
fix(plugin/runner): Disable wasi env cleanup (#7607)
**Description:**

Even after setting shared runtime for the wasi env, `cleanup` still panics. I suspect something internal to cleanup doesn't honor those handles correctly; for now, disable it and try to see if this works.

As commented, this is not a huge issue as the plugin usually doesn't have resources to be cleaned up anyway.
2023-06-30 03:28:35 +00:00
..
benches feat(plugin/runner): Support shared wasix runtime (#7504) 2023-06-08 02:19:07 +00:00
scripts/instrument test(es/plugin): Add a noop plugin (#5892) 2022-09-18 09:54:06 +00:00
src fix(plugin/runner): Disable wasi env cleanup (#7607) 2023-06-30 03:28:35 +00:00
tests build(deps): Update syn to v2 (#7557) 2023-06-21 15:38:46 +00:00
.gitignore chore(ci): FIx CI (#6861) 2023-01-27 04:44:58 +00:00
Cargo.toml chore: Publish crates 2023-06-29 14:15:31 +00:00