swc/crates/swc_plugin_runner/src
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
..
imported_fn feat(plugin): Add versioned wrapper struct (#7382) 2023-05-15 03:17:31 +00:00
cache.rs feat(plugin/runner): Share runtime Engine (#7590) 2023-06-29 01:56:55 +00:00
host_environment.rs feat(plugin/runner): Update wasmer to v3 (#7197) 2023-04-10 03:40:25 +00:00
lib.rs feat(plugin/runner): Update wasmer to v4 (#7576) 2023-06-24 01:28:50 +00:00
memory_interop.rs feat(plugin): Add versioned wrapper struct (#7382) 2023-05-15 03:17:31 +00:00
plugin_module_bytes.rs feat(plugin/runner): Share runtime Engine (#7590) 2023-06-29 01:56:55 +00:00
transform_executor.rs fix(plugin/runner): Disable wasi env cleanup (#7607) 2023-06-30 03:28:35 +00:00
wasix_runtime.rs feat(plugin/runner): Share runtime Engine (#7590) 2023-06-29 01:56:55 +00:00